https://github.com/libsdl-org/SDL/commit/1f3b40797d9cbd03fe50342069e3449a779723dc
From 1f3b40797d9cbd03fe50342069e3449a779723dc Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 10 Jan 2025 06:39:06 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_stdinc.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h
index f80e7cbaca3fd..c77cedc466f11 100644
--- a/include/SDL3/SDL_stdinc.h
+++ b/include/SDL3/SDL_stdinc.h
@@ -113,8 +113,8 @@ void *alloca(size_t);
/**
* Don't let SDL use "long long" C types.
*
- * SDL will define this if it believes the compiler doesn't understand
- * the "long long" syntax for C datatypes. This can happen on older compilers.
+ * SDL will define this if it believes the compiler doesn't understand the
+ * "long long" syntax for C datatypes. This can happen on older compilers.
*
* If _your_ compiler doesn't support "long long" but SDL doesn't know it, it
* is safe to define this yourself to build against the SDL headers.
@@ -123,8 +123,8 @@ void *alloca(size_t);
* functions, like SDL_ulltoa and SDL_strtoll that refer to this datatype
* explicitly. The rest of SDL will still be available.
*
- * SDL's own source code cannot be built with a compiler that has this defined,
- * for various technical reasons.
+ * SDL's own source code cannot be built with a compiler that has this
+ * defined, for various technical reasons.
*/
#define SDL_NOLONGLONG 1