SDL: Sync SDL3 wiki -> header (f80e8)

From f80e819c5b83c412b23f854c96a544dd76a3a33a Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 28 May 2025 13:35:21 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_begin_code.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/SDL3/SDL_begin_code.h b/include/SDL3/SDL_begin_code.h
index f210e2de64ba2..4b86681f423a6 100644
--- a/include/SDL3/SDL_begin_code.h
+++ b/include/SDL3/SDL_begin_code.h
@@ -295,7 +295,6 @@
  *    float x, y, z, w;
  * } SDL_ALIGNED(16) MySIMDAlignedData;
  *
- *
  * // make sure this one field in a struct is aligned to 16 bytes for SIMD access.
  * typedef struct {
  *    SomeStuff stuff;