summaryrefslogtreecommitdiff
path: root/depot.h
diff options
context:
space:
mode:
Diffstat (limited to 'depot.h')
-rw-r--r--depot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/depot.h b/depot.h
index bfd71b2b5..a593960ba 100644
--- a/depot.h
+++ b/depot.h
@@ -72,8 +72,7 @@ static inline bool IsValidDepot(const Depot* depot)
*/
static inline bool IsTileDepotType(TileIndex tile, TransportType type)
{
- switch (type)
- {
+ switch (type) {
case TRANSPORT_RAIL:
return IsTileType(tile, MP_RAILWAY) && (_m[tile].m5 & 0xFC) == 0xC0;