clear_cmd.c
changeset 2952 6a26eeda9679
parent 2951 2db3adee7736
child 2955 27221592ebbc
--- a/clear_cmd.c	Wed Feb 01 06:32:03 2006 +0000
+++ b/clear_cmd.c	Wed Feb 01 07:36:15 2006 +0000
@@ -68,7 +68,7 @@
 
 	if (count >= 625) return;
 
-	for(t = ts->tile_table; count != 0; count--,t++) {
+	for (t = ts->tile_table; count != 0; count--,t++) {
 		if (*t == tile) return;
 	}
 
@@ -190,7 +190,7 @@
 			{ 0, -2}
 		};
 
-		for(ttm = _terraform_tilepos; ttm != endof(_terraform_tilepos); ttm++) {
+		for (ttm = _terraform_tilepos; ttm != endof(_terraform_tilepos); ttm++) {
 			tile += ToTileIndexDiff(*ttm);
 
 			r = TerraformGetHeightOfTile(ts, tile);