(svn r17701) -Codechange: don't start line with a space if it's not inside comment

This commit is contained in:
smatz
2009-10-04 20:51:50 +00:00
parent b243f6ca97
commit 6c7f8fc8b4
12 changed files with 25 additions and 24 deletions

View File

@@ -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);