SDL: Fixed spacing (a7679)

From a7679526172e194cf95ac079c8fffe3a7aff488e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 31 Dec 2024 11:58:19 -0800
Subject: [PATCH] Fixed spacing

---
 src/video/wayland/SDL_waylandevents.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/video/wayland/SDL_waylandevents.c b/src/video/wayland/SDL_waylandevents.c
index 28b37315dac10..101c969d440e6 100644
--- a/src/video/wayland/SDL_waylandevents.c
+++ b/src/video/wayland/SDL_waylandevents.c
@@ -2429,7 +2429,8 @@ static void data_device_handle_drop(void *data, struct wl_data_device *wl_data_d
     data_device->drag_offer = NULL;
 }
 
-static void notifyFromMimes(struct wl_list *mimes) {
+static void notifyFromMimes(struct wl_list *mimes)
+{
     int nformats = 0;
     char **new_mime_types = NULL;
     if (mimes) {