summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-dgn.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-02 01:56:04 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-02 12:41:07 +0100
commit4d8a9aa4d283e10a3f8f348fe059f699609eb16d (patch)
treefa8bf0ba425595e5abf1f6e6122a2fe77d6b71c2 /crawl-ref/source/tilereg-dgn.cc
parentfaa0ec9203e4015243de868c77ef72ad96fd3034 (diff)
downloadcrawl-ref-4d8a9aa4d283e10a3f8f348fe059f699609eb16d.tar.gz
crawl-ref-4d8a9aa4d283e10a3f8f348fe059f699609eb16d.zip
Consistently use a space after flow control statements.
Diffstat (limited to 'crawl-ref/source/tilereg-dgn.cc')
-rw-r--r--crawl-ref/source/tilereg-dgn.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilereg-dgn.cc b/crawl-ref/source/tilereg-dgn.cc
index 17d97290f2..425a6a2461 100644
--- a/crawl-ref/source/tilereg-dgn.cc
+++ b/crawl-ref/source/tilereg-dgn.cc
@@ -398,7 +398,7 @@ static const bool _is_appropriate_spell(spell_type spell,
// Most spells are blocked by transparent walls.
if (targeted && !you.see_cell_no_trans(target->pos()))
{
- switch(spell)
+ switch (spell)
{
case SPELL_HELLFIRE_BURST:
case SPELL_SMITING:
@@ -553,7 +553,7 @@ static bool _spell_in_range(spell_type spell, actor* target)
int range = calc_spell_range(spell);
- switch(spell)
+ switch (spell)
{
case SPELL_EVAPORATE:
case SPELL_MEPHITIC_CLOUD: