diff src/editors.c @ 516:b7e99bfeadc9

Convert the minority of while() to while ().
author zas_
date Thu, 24 Apr 2008 15:49:57 +0000
parents 48c8e49b571c
children 905688aa2317
line wrap: on
line diff
--- a/src/editors.c	Thu Apr 24 15:44:43 2008 +0000
+++ b/src/editors.c	Thu Apr 24 15:49:57 2008 +0000
@@ -288,7 +288,7 @@
 			p = fd->path;
 		else
 			{
-			while(work)
+			while (work)
 				{
 				GList *work2;
 				gchar *ext = work->data;
@@ -302,7 +302,7 @@
 					}
 
 				work2 = fd->sidecar_files;
-				while(work2)
+				while (work2)
 					{
 					FileData *sfd = work2->data;
 					work2 = work2->next;