SDL: Sync SDL3 wiki -> header (798c9)

From 798c9574d052d2173fa05b4a963f109a2acb9264 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 1 Oct 2024 17:46:16 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_stdinc.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h
index 7ce4642db5389..c484c3712930c 100644
--- a/include/SDL3/SDL_stdinc.h
+++ b/include/SDL3/SDL_stdinc.h
@@ -1306,7 +1306,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size
  * \param nmemb the number of elements in the array.
  * \param size the size of the elements in the array.
  * \param compare a function used to compare elements in the array.
- * \returns a pointer to the matching element in the array, or NULL if not found.
+ * \returns a pointer to the matching element in the array, or NULL if not
+ *          found.
  *
  * \since This function is available since SDL 3.0.0.
  *
@@ -1429,7 +1430,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_qsort_r(void *base, size_t nmemb, size_t si
  * \param size the size of the elements in the array.
  * \param compare a function used to compare elements in the array.
  * \param userdata a pointer to pass to the compare function.
- * \returns a pointer to the matching element in the array, or NULL if not found.
+ * \returns a pointer to the matching element in the array, or NULL if not
+ *          found.
  *
  * \since This function is available since SDL 3.0.0.
  *