SDL: Sync wiki -> headers. (a35cf)

From a35cff634bd0f918537acaed6a22d6776d92c069 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Mon, 8 Aug 2022 16:07:31 -0400
Subject: [PATCH] Sync wiki -> headers.

(bridge got stuck, I'm just kicking it to get it working again, idk.)
---
 include/SDL_video.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL_video.h b/include/SDL_video.h
index cf733e4b9a6..53dc51d2189 100644
--- a/include/SDL_video.h
+++ b/include/SDL_video.h
@@ -601,8 +601,8 @@ extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayI
  * Get the index of the display containing a point
  *
  * \param point the point to query
- * \returns the index of the display containing the point or a negative 
- *          error code on failure; call SDL_GetError() for more information.
+ * \returns the index of the display containing the point or a negative error
+ *          code on failure; call SDL_GetError() for more information.
  *
  * \sa SDL_GetDisplayBounds
  * \sa SDL_GetNumVideoDisplays