SDL: Sync SDL3 wiki -> header (e86f2)

From e86f22b52b7e4aaf5e6168e29190918b33c3ed19 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 3 May 2024 13:42:29 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_main.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/include/SDL3/SDL_main.h b/include/SDL3/SDL_main.h
index 47d12da92cf3e..c307005e77a9d 100644
--- a/include/SDL3/SDL_main.h
+++ b/include/SDL3/SDL_main.h
@@ -152,19 +152,19 @@
  */
 
 #ifdef SDL_WIKI_DOCUMENTATION_SECTION
+
 /**
  * Inform SDL to use the main callbacks instead of main.
  *
- * SDL does not define this macro, but will check if it is defined to
- * any value in SDL_main.h. If defined, SDL will expect the app
- * to provide several functions: SDL_AppInit, SDL_AppEvent,
- * SDL_AppIterate, and SDL_AppQuit. The app should not provide
- * a `main` function in this case, and doing so will likely cause
- * the build to fail.
+ * SDL does not define this macro, but will check if it is defined to any
+ * value in SDL_main.h. If defined, SDL will expect the app to provide several
+ * functions: SDL_AppInit, SDL_AppEvent, SDL_AppIterate, and SDL_AppQuit. The
+ * app should not provide a `main` function in this case, and doing so will
+ * likely cause the build to fail.
  *
  * Please see [README/main-functions](README/main-functions), (or
- * docs/README-main-functions.md in the source tree) for a more
- * detailed explanation.
+ * docs/README-main-functions.md in the source tree) for a more detailed
+ * explanation.
  *
  * \since This macro is used by the headers since SDL 3.0.0.
  *