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/station_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_map.h') diff --git a/src/station_map.h b/src/station_map.h index 38a0a58d7..eaa092c2a 100644 --- a/src/station_map.h +++ b/src/station_map.h @@ -17,7 +17,7 @@ static inline StationID GetStationIndex(TileIndex t) return (StationID)_m[t].m2; } -static inline Station* GetStationByTile(TileIndex t) +static inline Station *GetStationByTile(TileIndex t) { return GetStation(GetStationIndex(t)); } -- cgit v1.2.3-54-g00ecf