浏览代码

Fix coding style

Davide Gessa 9 年之前
父节点
当前提交
d111484f89
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Engine/lib/nativeFileDialogs/nfd_gtk.c

+ 2 - 1
Engine/lib/nativeFileDialogs/nfd_gtk.c

@@ -49,7 +49,8 @@ static void AddFiltersToDialog( GtkWidget *dialog, const char *filterList )
             char typebufWildcard[NFD_MAX_STRLEN];
             
             /* add another type to the filter */
-            if (strlen(typebuf) <= 0 || strlen(typebuf) > NFD_MAX_STRLEN-1) {
+            if (strlen(typebuf) <= 0 || strlen(typebuf) > NFD_MAX_STRLEN-1) 
+            {
               p_filterList++;
               continue;
             }