summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/traps.cc')
-rw-r--r--crawl-ref/source/traps.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc
index e28d838b0b..d321f6e860 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -1146,7 +1146,7 @@ int num_traps_for_place(int level_number, const level_id &place)
}
}
- switch(place.level_type)
+ switch (place.level_type)
{
case LEVEL_DUNGEON:
if (branches[place.branch].num_traps_function != NULL)