diff src/cache_maint.c @ 516:b7e99bfeadc9

Convert the minority of while() to while ().
author zas_
date Thu, 24 Apr 2008 15:49:57 +0000
parents 135570a8bd96
children e62b2e06ab7b
line wrap: on
line diff
--- a/src/cache_maint.c	Thu Apr 24 15:44:43 2008 +0000
+++ b/src/cache_maint.c	Thu Apr 24 15:49:57 2008 +0000
@@ -368,7 +368,7 @@
 		GList *work;
 
 		work = dlist;
-		while(work)
+		while (work)
 			{
 			gchar *path = work->data;
 			if (recursive && strlen(path) > base_length &&