summaryrefslogtreecommitdiff
path: root/tunnelbridge_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-23 13:09:35 +0000
committertron <tron@openttd.org>2005-01-23 13:09:35 +0000
commit44f48ce91507e61eea706e836c68d041b4bb179f (patch)
tree8a25bb5502579aea9f2dd0b2af81bd353a8af767 /tunnelbridge_cmd.c
parent80131e1e4a75516145d84a10e99b596a6e85a908 (diff)
downloadopenttd-44f48ce91507e61eea706e836c68d041b4bb179f.tar.xz
(svn r1610) Remove trailing whitespace (last time ever, i hope)
Diffstat (limited to 'tunnelbridge_cmd.c')
-rw-r--r--tunnelbridge_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tunnelbridge_cmd.c b/tunnelbridge_cmd.c
index 0c7aba758..156ea8a23 100644
--- a/tunnelbridge_cmd.c
+++ b/tunnelbridge_cmd.c
@@ -817,8 +817,8 @@ static int32 ClearTile_TunnelBridge(uint tile, byte flags) {
return_cmd_error(STR_5007_MUST_DEMOLISH_BRIDGE_FIRST);
return DoClearBridge(tile, flags);
- }
-
+ }
+
return CMD_ERROR;
}