summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-30 04:11:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-30 04:11:21 +0000
commit8dfcdc9fede87a2b78deb195ab7fdd03149ad847 (patch)
tree1dfa58c90868bb0cf3bd199161fc5c8f531adc0a /crawl-ref/source/monstuff.cc
parentff82d5caa356efe08345101721f55658bc4c377c (diff)
downloadcrawl-ref-8dfcdc9fede87a2b78deb195ab7fdd03149ad847.tar.gz
crawl-ref-8dfcdc9fede87a2b78deb195ab7fdd03149ad847.zip
Add yet more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3945 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 6a2e1e54ec..0233091451 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -488,7 +488,7 @@ static bool _is_pet_kill(killer_type killer, int i)
static bool _ely_protects_ally(monsters *monster)
{
ASSERT(you.religion == GOD_ELYVILON);
-
+
if (mons_holiness(monster) != MH_NATURAL
&& mons_holiness(monster) != MH_HOLY
|| !mons_friendly(monster)
@@ -3567,7 +3567,7 @@ static bool _handle_wand(monsters *monster, bolt &beem)
// disintegration beams can do large amounts of damage.
beem.damage.size = beem.damage.size * 2 / 3;
break;
-
+
// these have been deemed "too tricky" at this time {dlb}:
case WAND_ENSLAVEMENT:
case WAND_DIGGING: