diff src/collect.c @ 1347:79937bc55f3a

Add missing space between switch and first parenthesis.
author zas_
date Sat, 28 Feb 2009 20:52:51 +0000
parents 4a3ae0e6f1eb
children fe4da037be21
line wrap: on
line diff
--- a/src/collect.c	Sat Feb 28 20:48:47 2009 +0000
+++ b/src/collect.c	Sat Feb 28 20:52:51 2009 +0000
@@ -132,7 +132,7 @@
 	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 @@
 
 	if (type != NOTIFY_TYPE_CHANGE || !fd->change) return;
 	
-	switch(fd->change->type)
+	switch (fd->change->type)
 		{
 		case FILEDATA_CHANGE_MOVE:
 		case FILEDATA_CHANGE_RENAME: