(svn r1610) Remove trailing whitespace (last time ever, i hope)

This commit is contained in:
tron
2005-01-23 13:09:35 +00:00
parent 80131e1e4a
commit 44f48ce915
16 changed files with 39 additions and 39 deletions

View File

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