summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-30 23:10:08 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-30 23:10:08 +0000
commitfc34c2118ce7b3506c5d2c16e5dcc824978f79e5 (patch)
tree264f362712a4315c39a5b3af06e8802dd4fc4cbe /crawl-ref/source/acr.cc
parent0b97115e76ac68219aba51eb7f8058be3d23ea9a (diff)
downloadcrawl-ref-fc34c2118ce7b3506c5d2c16e5dcc824978f79e5.tar.gz
crawl-ref-fc34c2118ce7b3506c5d2c16e5dcc824978f79e5.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9709 c06c8d41-db1a-0410-9941-cceddc491573
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++;