summaryrefslogtreecommitdiff
path: root/aircraft_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-08-27 10:04:02 +0000
committerbjarni <bjarni@openttd.org>2006-08-27 10:04:02 +0000
commitde742d597eb4d8c2bf93f6323a661d9c9c9016fc (patch)
tree13f15b5ed6c85def181c03c068dd2d70a2828ca4 /aircraft_gui.c
parent3af65b79e7ae13c7c03ed25635b60f7aeaccdccf (diff)
downloadopenttd-de742d597eb4d8c2bf93f6323a661d9c9c9016fc.tar.xz
(svn r6168) -Code cleanup r6161: removed a newline and added a tab. Thanks TrueLight
Diffstat (limited to 'aircraft_gui.c')
-rw-r--r--aircraft_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aircraft_gui.c b/aircraft_gui.c
index 8d77e6ec4..33f6c2bff 100644
--- a/aircraft_gui.c
+++ b/aircraft_gui.c
@@ -1224,5 +1224,5 @@ void ShowPlayerAircraft(PlayerID player, StationID station)
void ShowVehWithSharedOrdersAircraft(Vehicle *v)
{
if (v->orders == NULL) return; // no shared list to show
-ShowPlayerAircraftLocal(v->owner, INVALID_STATION, v->orders->index, true);
+ ShowPlayerAircraftLocal(v->owner, INVALID_STATION, v->orders->index, true);
}