diff options
author | terkhen <terkhen@openttd.org> | 2011-01-14 12:46:05 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2011-01-14 12:46:05 +0000 |
commit | 1b237216a828d7f3724b1b1ce78fec16a7e788b1 (patch) | |
tree | fd721647d715477f420f2c38f59805d864b7f977 | |
parent | eb2b510e019f7524061c132ee4dc92cee8140ce2 (diff) | |
download | openttd-1b237216a828d7f3724b1b1ce78fec16a7e788b1.tar.xz |
(svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line.
-rw-r--r-- | src/road_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_gui.cpp b/src/road_gui.cpp index c0e966062..e58fc49b1 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -89,7 +89,7 @@ static void PlaceRoad_Bridge(TileIndex tile, Window *w) * bit 8-9 transport type * @param p2 unused */ - void CcBuildRoadTunnel(const CommandCost &result, TileIndex start_tile, uint32 p1, uint32 p2) +void CcBuildRoadTunnel(const CommandCost &result, TileIndex start_tile, uint32 p1, uint32 p2) { if (result.Succeeded()) { SndPlayTileFx(SND_20_SPLAT_2, start_tile); |