diff options
author | rubidium <rubidium@openttd.org> | 2014-09-21 17:37:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-09-21 17:37:30 +0000 |
commit | 4db8afce64a7b28205c7dd5eb1d533b6a48483ca (patch) | |
tree | 1994ba1e35772380195f6727f8783bc65f779e95 /src | |
parent | c7ae046dbf9dd134b94233aa18d3685310f15703 (diff) | |
download | openttd-4db8afce64a7b28205c7dd5eb1d533b6a48483ca.tar.xz |
(svn r26902) -Fix (r26900): erroneous spaces instead of tabs
Diffstat (limited to 'src')
-rw-r--r-- | src/terraform_cmd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terraform_cmd.cpp b/src/terraform_cmd.cpp index bcc480897..68ebafab9 100644 --- a/src/terraform_cmd.cpp +++ b/src/terraform_cmd.cpp @@ -398,8 +398,8 @@ CommandCost CmdTerraformLand(TileIndex tile, DoCommandFlag flags, uint32 p1, uin MarkTileDirtyByTileOutsideMap(cx, cy); } } - } - } + } + } } } |