SDL: Spacing cleanup

From ebe3a9dc4458baad284d0b2d015d821650396707 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 13 Mar 2023 11:20:36 -0700
Subject: [PATCH] Spacing cleanup

---
 src/video/windows/SDL_windowswindow.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/video/windows/SDL_windowswindow.c b/src/video/windows/SDL_windowswindow.c
index e9f758dde3f8..5ee59bd300bc 100644
--- a/src/video/windows/SDL_windowswindow.c
+++ b/src/video/windows/SDL_windowswindow.c
@@ -559,7 +559,7 @@ static void WIN_SetKeyboardFocus(SDL_Window *window)
 
     /* Find the topmost parent */
     while (topmost->parent != NULL) {
-    topmost = topmost->parent;
+        topmost = topmost->parent;
     }
 
     topmost->driverdata->keyboard_focus = window;
@@ -1135,8 +1135,7 @@ void WIN_UpdateWindowICCProfile(SDL_Window *window, SDL_bool send_event)
     }
 }
 
-void *
-WIN_GetWindowICCProfile(_THIS, SDL_Window *window, size_t *size)
+void *WIN_GetWindowICCProfile(_THIS, SDL_Window *window, size_t *size)
 {
     SDL_WindowData *data = window->driverdata;
     char *filename_utf8;