From 1b237216a828d7f3724b1b1ce78fec16a7e788b1 Mon Sep 17 00:00:00 2001 From: terkhen Date: Fri, 14 Jan 2011 12:46:05 +0000 Subject: [PATCH] (svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line. --- src/road_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/road_gui.cpp b/src/road_gui.cpp index c0e9660629..e58fc49b1c 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);