瀏覽代碼

Fixed spacing

Sam Lantinga 9 月之前
父節點
當前提交
a767952617
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;
     data_device->drag_offer = NULL;
 }
 }
 
 
-static void notifyFromMimes(struct wl_list *mimes) {
+static void notifyFromMimes(struct wl_list *mimes)
+{
     int nformats = 0;
     int nformats = 0;
     char **new_mime_types = NULL;
     char **new_mime_types = NULL;
     if (mimes) {
     if (mimes) {