(svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line.

This commit is contained in:
terkhen 2011-01-14 12:46:05 +00:00
parent eb2b510e01
commit 1b237216a8
1 changed files with 1 additions and 1 deletions

View File

@ -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);