From 5d3f058b65c97b61709061b721d1ad6922dbc9ef Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 24 Jul 2007 17:01:23 +0000 Subject: (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. --- src/town_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town_map.h') diff --git a/src/town_map.h b/src/town_map.h index b73404d6a..d1fcf4b7b 100644 --- a/src/town_map.h +++ b/src/town_map.h @@ -38,7 +38,7 @@ static inline void SetTownIndex(TileIndex t, TownID index) * @param t the tile to get the town of * @return the town */ -static inline Town* GetTownByTile(TileIndex t) +static inline Town *GetTownByTile(TileIndex t) { return GetTown(GetTownIndex(t)); } -- cgit v1.2.3-70-g09d2