(svn r16841) -Cleanup: spaces/tabs where they don't belong

This commit is contained in:
rubidium
2009-07-16 10:01:32 +00:00
parent 6767a59827
commit fd589b90e8
3 changed files with 4 additions and 4 deletions

View File

@@ -1638,7 +1638,7 @@ static bool IsTileAlignedToGrid(TileIndex tile, TownLayout layout)
*/
struct SpotData {
TileIndex tile; ///< holds the tile that was found
uint max_dist; ///< holds the distance that tile is from the water
uint max_dist; ///< holds the distance that tile is from the water
TownLayout layout; ///< tells us what kind of town we're building
};