diff --git a/depot.h b/depot.h --- a/depot.h +++ b/depot.h @@ -72,8 +72,7 @@ static inline bool IsValidDepot(const De */ 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;