summaryrefslogtreecommitdiff
path: root/npf.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-02-01 07:36:15 +0000
committertron <tron@openttd.org>2006-02-01 07:36:15 +0000
commit1c3e8630feb95e7202c83984620aced872a5da77 (patch)
treea7d69d6390e8880d090f15560161694c3ce6126d /npf.c
parent9712d6f639c2a32aac05c22ff17cdb3ee32a977d (diff)
downloadopenttd-1c3e8630feb95e7202c83984620aced872a5da77.tar.xz
(svn r3511) More whitespace ([FS#46] by Rubidium)
Diffstat (limited to 'npf.c')
-rw-r--r--npf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/npf.c b/npf.c
index c759bb7a1..ad0fbccbd 100644
--- a/npf.c
+++ b/npf.c
@@ -209,7 +209,7 @@ static void NPFMarkTile(TileIndex tile)
return;
#else
if (_debug_npf_level >= 1)
- switch(GetTileType(tile)) {
+ switch (GetTileType(tile)) {
case MP_RAILWAY:
/* DEBUG: mark visited tiles by mowing the grass under them
* ;-) */