From 1c3e8630feb95e7202c83984620aced872a5da77 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 1 Feb 2006 07:36:15 +0000 Subject: (svn r3511) More whitespace ([FS#46] by Rubidium) --- rail_gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rail_gui.c') diff --git a/rail_gui.c b/rail_gui.c index 846d7016d..16b764f9a 100644 --- a/rail_gui.c +++ b/rail_gui.c @@ -141,7 +141,7 @@ void CcStation(bool success, TileIndex tile, uint32 p1, uint32 p2) static void PlaceRail_Station(TileIndex tile) { - if(_remove_button_clicked) + if (_remove_button_clicked) DoCommandP(tile, 0, 0, CcPlaySound1E, CMD_REMOVE_FROM_RAILROAD_STATION | CMD_MSG(STR_CANT_REMOVE_PART_OF_STATION)); else if (_railstation.dragdrop) { VpStartPlaceSizing(tile, VPM_X_AND_Y_LIMITED); @@ -631,7 +631,7 @@ static void StationBuildWndProc(Window *w, WindowEvent *e) int x = _railstation.numtracks; int y = _railstation.platlength; if (_railstation.orientation == 0) intswap(x,y); - if(!_remove_button_clicked) + if (!_remove_button_clicked) SetTileSelectSize(x, y); } @@ -768,7 +768,7 @@ static void ShowStationBuilder(void) static void BuildTrainDepotWndProc(Window *w, WindowEvent *e) { - switch(e->event) { + switch (e->event) { case WE_PAINT: { RailType r; -- cgit v1.2.3-54-g00ecf