(svn r20282) -Codechange: add some spaces where they should've been

This commit is contained in:
rubidium
2010-08-01 19:01:09 +00:00
parent e356cb9405
commit 4871baf44d
3 changed files with 9 additions and 9 deletions

View File

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