(svn r1402) Trim trailing whitespace

This commit is contained in:
tron
2005-01-06 18:45:28 +00:00
parent 2c9cd8f68c
commit 8b7c1e94e1
21 changed files with 61 additions and 61 deletions

View File

@@ -68,7 +68,7 @@ static int GetCurRes()
static inline bool RoadVehiclesAreBuilt(void)
{
Vehicle *v;
FOR_ALL_VEHICLES(v) {
FOR_ALL_VEHICLES(v) {
if (v->type == VEH_Road) return true;
}
return false;