tree_cmd.c
changeset 2952 6a26eeda9679
parent 2912 510417d85b2c
child 2955 27221592ebbc
--- a/tree_cmd.c	Wed Feb 01 06:32:03 2006 +0000
+++ b/tree_cmd.c	Wed Feb 01 07:36:15 2006 +0000
@@ -315,7 +315,7 @@
 		} while (i);
 
 		/* draw them in a sorted way */
-		for(;;) {
+		for (;;) {
 			byte min = 0xFF;
 			TreeListEnt *tep = NULL;