From 8b7c1e94e19425b5aee91dbf938d1f7efda2b521 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 6 Jan 2005 18:45:28 +0000 Subject: (svn r1402) Trim trailing whitespace --- train_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'train_cmd.c') diff --git a/train_cmd.c b/train_cmd.c index 257d8714c..686ce0bbf 100644 --- a/train_cmd.c +++ b/train_cmd.c @@ -1072,14 +1072,14 @@ int32 CmdRefitRailVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2) p2 = p2 & 0xFF; SET_EXPENSES_TYPE(EXPENSES_TRAIN_RUN); - + v = &_vehicles[p1]; if (!CheckOwnership(v->owner) || ((CheckStoppedInDepot(v) < 0) && !(SkipStoppedInDepotCheck))) return CMD_ERROR; cost = 0; num = 0; - + do { /* XXX: We also refit all the attached wagons en-masse if they * can be refitted. This is how TTDPatch does it. TODO: Have -- cgit v1.2.3-54-g00ecf