From ab26f912751c39ca589c17f4ace161f45d9e7cbe Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 21 Nov 2009 18:35:46 -0600 Subject: Add spacing fix. --- crawl-ref/source/monster.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monster.cc') 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"); -- cgit v1.2.3-54-g00ecf