diff src/station_gui.cpp @ 11361:02313cc6114e draft

(svn r15711) -Codechange: lots of whitespace cleanup/fixes
author rubidium <rubidium@openttd.org>
date Sat, 14 Mar 2009 18:16:29 +0000
parents e07c7d3925c8
children 474ba6cc0946
line wrap: on
line diff
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -364,7 +364,7 @@
 			assert(st->xy != INVALID_TILE);
 
 			/* Do not do the complex check HasStationInUse here, it may be even false
-				* when the order had been removed and the station list hasn't been removed yet */
+			 * when the order had been removed and the station list hasn't been removed yet */
 			assert(st->owner == owner || (st->owner == OWNER_NONE && !st->IsBuoy()));
 
 			SetDParam(0, st->index);