SDL: Sync SDL3 wiki -> header (9ed96)

From 9ed96f392df15c276ed5fe35fd7d836ff8c9d504 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 17 Jan 2025 19:46:20 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_video.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index 60eb314b89048..43e471799ef03 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -648,7 +648,8 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_GetDisplayName(SDL_DisplayID displa
 /**
  * Get the desktop area represented by a display.
  *
- * The primary display is often located at (0,0), but may be placed at a different location depending on monitor layout.
+ * The primary display is often located at (0,0), but may be placed at a
+ * different location depending on monitor layout.
  *
  * \param displayID the instance ID of the display to query.
  * \param rect the SDL_Rect structure filled in with the display bounds.