(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.

This commit is contained in:
rubidium
2007-04-18 22:41:53 +00:00
parent 7577954ced
commit 2ce514284c
21 changed files with 49 additions and 49 deletions

View File

@@ -2223,7 +2223,7 @@ void VehicleEnterDepot(Vehicle *v)
}
SetDParam(0, v->unitnumber);
AddNewsItem(string, NEWS_FLAGS(NM_SMALL, NF_VIEWPORT|NF_VEHICLE, NT_ADVICE, 0), v->index, 0);
AddNewsItem(string, NEWS_FLAGS(NM_SMALL, NF_VIEWPORT|NF_VEHICLE, NT_ADVICE, 0), v->index, 0);
}
}
}