forked from mirror/OpenTTD
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
This commit is contained in:
@@ -130,7 +130,7 @@ bool TryReserveRailTrack(TileIndex tile, Track t)
|
||||
* @param tile the tile
|
||||
* @param t the track
|
||||
*/
|
||||
void UnreserveRailTrack(TileIndex tile, Track t)
|
||||
void UnreserveRailTrack(TileIndex tile, Track t)
|
||||
{
|
||||
assert((GetTileTrackStatus(tile, TRANSPORT_RAIL, 0) & TrackToTrackBits(t)) != 0);
|
||||
|
||||
|
Reference in New Issue
Block a user