SDL: Sync SDL2 wiki -> header (1edb3)

From 1edb3283b091283fd8767915dbb3c88a0584d0d0 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 24 Oct 2025 17:35:46 +0000
Subject: [PATCH] Sync SDL2 wiki -> header

[ci skip]
---
 include/SDL_system.h | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/include/SDL_system.h b/include/SDL_system.h
index fb0135a84a282..336a11b705c6b 100644
--- a/include/SDL_system.h
+++ b/include/SDL_system.h
@@ -573,16 +573,20 @@ extern DECLSPEC const char * SDLCALL SDL_WinRTGetFSPathUTF8(SDL_WinRT_Path pathT
 extern DECLSPEC SDL_WinRT_DeviceFamily SDLCALL SDL_WinRTGetDeviceFamily();
 
 /**
- * Get the protocol activation URI if the app was launched via protocol activation.
+ * Get the protocol activation URI if the app was launched via protocol
+ * activation.
  *
- * When a UWP/WinRT app is launched via a custom URI scheme (e.g., myapp://action?param=value),
- * this function retrieves the full activation URI string.
- * 
- * The URI is only available once per activation - after the first successful call,
- * subsequent calls will return NULL. This ensures the URI is processed only once.
+ * When a UWP/WinRT app is launched via a custom URI scheme (e.g.,
+ * myapp://action?param=value), this function retrieves the full activation
+ * URI string.
  *
- * \returns the protocol activation URI as a UTF-8 string that must be freed with SDL_free(),
- *          or NULL if the app was not activated via protocol or the URI was already retrieved.
+ * The URI is only available once per activation - after the first successful
+ * call, subsequent calls will return NULL. This ensures the URI is processed
+ * only once.
+ *
+ * \returns the protocol activation URI as a UTF-8 string that must be freed
+ *          with SDL_free(), or NULL if the app was not activated via protocol
+ *          or the URI was already retrieved.
  *
  * \since This function is available since SDL 2.33.0.
  */