forked from mirror/OpenTTD
(svn r20282) -Codechange: add some spaces where they should've been
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user