summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-06 12:44:40 -0400
committerNeil Moore <neil@s-z.org>2014-06-06 12:44:40 -0400
commit911d0713d8b819f86ae3706964af41271b44701d (patch)
tree8e7abcc6d227da703ea9d912abd4630bede59eb3 /crawl-ref/source/spl-util.cc
parent3813c18d1fbb8472d6604b844ae5c58b7c7fe473 (diff)
downloadcrawl-ref-911d0713d8b819f86ae3706964af41271b44701d.tar.gz
crawl-ref-911d0713d8b819f86ae3706964af41271b44701d.zip
Whitespace fixes (doh)
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index 079b30963c..491f19dbe7 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -1285,7 +1285,7 @@ bool spell_no_hostile_in_range(spell_type spell, bool rod)
// The healing spells.
if (testbits(get_spell_flags(spell), SPFLAG_HELPFUL))
return false;
-
+
const bool neutral = testbits(get_spell_flags(spell), SPFLAG_NEUTRAL);
bolt beam;