changeset 17042:a67961b37013 draft

(svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line.
author terkhen <terkhen@openttd.org>
date Fri, 14 Jan 2011 12:46:05 +0000
parents e6f5746203ee
children 3259656453bc
files src/road_gui.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/road_gui.cpp
+++ b/src/road_gui.cpp
@@ -89,7 +89,7 @@
  *           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);