settings_gui.c
changeset 915 013cb2d74800
parent 893 d9e69e5060ba
child 930 524b02923ede
--- a/settings_gui.c	Thu Jan 06 17:40:57 2005 +0000
+++ b/settings_gui.c	Thu Jan 06 18:45:28 2005 +0000
@@ -68,7 +68,7 @@
 static inline bool RoadVehiclesAreBuilt(void)
 {
 	Vehicle *v;
-	FOR_ALL_VEHICLES(v) { 
+	FOR_ALL_VEHICLES(v) {
 		if (v->type == VEH_Road) return true;
 	}
 	return false;