Add missing space between switch and first parenthesis.
[geeqie.git] / src / collect.c
index 3c13c09..8b47552 100644 (file)
@@ -132,7 +132,7 @@ static gint collection_list_sort_cb(gconstpointer a, gconstpointer b)
        const CollectInfo *cia = a;
        const CollectInfo *cib = b;
 
-       switch(collection_list_sort_method)
+       switch (collection_list_sort_method)
                {
                case SORT_NAME:
                        break;
@@ -763,7 +763,7 @@ static void collection_notify_cb(FileData *fd, NotifyType type, gpointer data)
 
        if (type != NOTIFY_TYPE_CHANGE || !fd->change) return;
        
-       switch(fd->change->type)
+       switch (fd->change->type)
                {
                case FILEDATA_CHANGE_MOVE:
                case FILEDATA_CHANGE_RENAME: