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/industry_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_map.h') diff --git a/src/industry_map.h b/src/industry_map.h index d09a2e615..91ea96972 100644 --- a/src/industry_map.h +++ b/src/industry_map.h @@ -68,7 +68,7 @@ static inline IndustryID GetIndustryIndex(TileIndex t) * @pre IsTileType(t, MP_INDUSTRY) * @return the industry */ -static inline Industry* GetIndustryByTile(TileIndex t) +static inline Industry *GetIndustryByTile(TileIndex t) { return GetIndustry(GetIndustryIndex(t)); } -- cgit v1.2.3-54-g00ecf