summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-21 18:35:46 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-21 18:36:49 -0600
commitab26f912751c39ca589c17f4ace161f45d9e7cbe (patch)
tree8aac9cfcd0b1485ec8f0de1fd4a76b9560148ef4 /crawl-ref/source/monster.cc
parentc37c870f18d8171cefa771f6b9b0534601e15f6c (diff)
downloadcrawl-ref-ab26f912751c39ca589c17f4ace161f45d9e7cbe.tar.gz
crawl-ref-ab26f912751c39ca589c17f4ace161f45d9e7cbe.zip
Add spacing fix.
Diffstat (limited to 'crawl-ref/source/monster.cc')
-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");