SDL: Sync SDL2 wiki -> header (eee43)

From eee439debede96c781c3c9391a4b869cdc462024 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 29 Jul 2024 19:46:06 +0000
Subject: [PATCH] Sync SDL2 wiki -> header

---
 include/SDL_hints.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index 24b73b6fd488b..aa015e64d486b 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -3100,10 +3100,10 @@ extern "C" {
  * try opening a path to discover that SDL adjusts the path to elsewhere, so
  * this hint allows that behavior to be disabled.
  *
- * If running from a App Bundle, this will be MyApp.app/Contents/Resources.
- * If running as a normal Unix-like process, this will be the directory where
- * the running binary lives. Setting this hint to 0 avoids this and just
- * uses the requested path as-is.
+ * If running from a App Bundle, this will be MyApp.app/Contents/Resources. If
+ * running as a normal Unix-like process, this will be the directory where the
+ * running binary lives. Setting this hint to 0 avoids this and just uses the
+ * requested path as-is.
  *
  * This variable can be set to the following values:
  *