summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 3974f059eb..bef9f81d70 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1069,7 +1069,7 @@ static bool _species_is_undead( const species_type speci )
undead_state_type get_undead_state(const species_type sp)
{
- switch(sp)
+ switch (sp)
{
case SP_MUMMY:
return US_UNDEAD;