SDL: Sync wiki -> header (6c134)

From 6c134cf14817241c45aecd2729cb07d9abcaa73c Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 22 Oct 2021 00:39:04 +0000
Subject: [PATCH] Sync wiki -> header

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

diff --git a/include/SDL_video.h b/include/SDL_video.h
index c65aa255ae..75bae55c83 100644
--- a/include/SDL_video.h
+++ b/include/SDL_video.h
@@ -617,12 +617,13 @@ extern DECLSPEC int SDLCALL SDL_GetWindowDisplayMode(SDL_Window * window,
 
 /**
  * Get the raw ICC profile data for the screen the window is currently on.
+ *
  * Data returned should be freed with SDL_free.
- * 
+ *
  * \param window the window to query
  * \param size the size of the ICC profile
- * \returns the raw ICC profile data on success or NULL on failure;
- * call SDL_GetError() for more information.
+ * \returns the raw ICC profile data on success or NULL on failure; call
+ *          SDL_GetError() for more information.
  */
 extern DECLSPEC void* SDLCALL SDL_GetWindowICCProfile(SDL_Window * window, size_t* size);