summaryrefslogtreecommitdiff
path: root/src/map_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-01 19:01:09 +0000
committerrubidium <rubidium@openttd.org>2010-08-01 19:01:09 +0000
commit4871baf44db96137cf4b72c4f9d9595b2c29f61d (patch)
tree5ef6d5dcba7c31cc973e1f0df74bc78c23100e59 /src/map_func.h
parente356cb94050797cccbf05b3a411105528da8ee90 (diff)
downloadopenttd-4871baf44db96137cf4b72c4f9d9595b2c29f61d.tar.xz
(svn r20282) -Codechange: add some spaces where they should've been
Diffstat (limited to 'src/map_func.h')
-rw-r--r--src/map_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_func.h b/src/map_func.h
index 6711677c1..68c555e6d 100644
--- a/src/map_func.h
+++ b/src/map_func.h
@@ -240,7 +240,7 @@ static inline TileIndexDiff ToTileIndexDiff(TileIndexDiffC tidc)
* @param y Another tile to add
* @return The resulting tile(index)
*/
- #define TILE_ADD(x,y) ((x) + (y))
+ #define TILE_ADD(x, y) ((x) + (y))
#else
extern TileIndex TileAdd(TileIndex tile, TileIndexDiff add,
const char *exp, const char *file, int line);