summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 1dcd900e9f..ad31b3ea53 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1468,7 +1468,7 @@ static bool _find_description(bool &again, std::string& error_inout)
bool doing_gods = false;
bool doing_branches = false;
- switch(ch)
+ switch (ch)
{
case 'M':
type = "monster";
@@ -1510,7 +1510,6 @@ static bool _find_description(bool &again, std::string& error_inout)
want_regex = false;
want_sort = false;
doing_branches = true;
-
break;
default: