Parcourir la source

Fixed spacing

Sam Lantinga il y a 1 an
Parent
commit
a767952617
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/video/wayland/SDL_waylandevents.c

+ 2 - 1
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) {