summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index 322c57b2b1..51d6ffd883 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -1956,7 +1956,7 @@ static std::string _invalid_monster_str(monster_type type)
{
std::string str = "INVALID MONSTER ";
- switch(type)
+ switch (type)
{
case NUM_MONSTERS:
return (str + "NUM_MONSTERS");