SDL: Sync SDL3 wiki -> header (675f7)

From 675f77718c1161ebc4fd0a72bc7625baf7607cc7 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 23 Nov 2022 19:03:15 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL_video.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/SDL_video.h b/include/SDL_video.h
index fd63fd9bc202..120366c15999 100644
--- a/include/SDL_video.h
+++ b/include/SDL_video.h
@@ -1926,8 +1926,8 @@ extern DECLSPEC void *SDLCALL SDL_GL_GetProcAddress(const char *proc);
  * extension loader.
  *
  * \param proc the name of an EGL function
- * \returns a pointer to the named EGL function. The returned pointer should be
- *          cast to the appropriate function signature.
+ * \returns a pointer to the named EGL function. The returned pointer should
+ *          be cast to the appropriate function signature.
  *
  * \sa SDL_GL_GetCurrentEGLDisplay
  */
@@ -2076,7 +2076,6 @@ extern DECLSPEC SDL_GLContext SDLCALL SDL_GL_GetCurrentContext(void);
  *
  * \returns the currently active EGL display or NULL on failure; call
  *          SDL_GetError() for more information.
- *
  */
 extern DECLSPEC SDL_EGLDisplay SDLCALL SDL_EGL_GetCurrentEGLDisplay(void);
 
@@ -2085,7 +2084,6 @@ extern DECLSPEC SDL_EGLDisplay SDLCALL SDL_EGL_GetCurrentEGLDisplay(void);
  *
  * \returns the currently active EGL config or NULL on failure; call
  *          SDL_GetError() for more information.
- *
  */
 extern DECLSPEC SDL_EGLConfig SDLCALL SDL_EGL_GetCurrentEGLConfig(void);