summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 1d08677187..11753c6070 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -726,7 +726,7 @@ static void _recharge_rods()
static bool _cmd_is_repeatable(command_type cmd, bool is_again = false)
{
- switch(cmd)
+ switch (cmd)
{
// Informational commands
case CMD_LOOK_AROUND:
@@ -1073,7 +1073,7 @@ static void _input()
delta.turns_total++;
delta.elapsed_total += you.time_taken;
- switch(you.running)
+ switch (you.running)
{
case RMODE_INTERLEVEL:
delta.turns_interlevel++;