SDL: Sync SDL3 wiki -> header (ecea3)

From ecea3471f60fb5de7975aa9273a6ff9db27ffbfb Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 22 Dec 2024 20:20:41 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_stdinc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h
index a70052fbc9240..06bdccf0ddd05 100644
--- a/include/SDL3/SDL_stdinc.h
+++ b/include/SDL3/SDL_stdinc.h
@@ -1542,8 +1542,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_aligned_free(void *mem);
 /**
  * Get the number of outstanding (unfreed) allocations.
  *
- * \returns the number of allocations or
- *          -1 if allocation counting is disabled.
+ * \returns the number of allocations or -1 if allocation counting is
+ *          disabled.
  *
  * \threadsafety It is safe to call this function from any thread.
  *