summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 23:24:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 23:24:41 +0000
commitd58c4046b6ce324b2996a7e64c9147cafb1c8240 (patch)
tree951dce203c03dedeaac56ff7655a730ed26ae93a /crawl-ref/source/spells1.cc
parent43d4f34c18eb1f5517e955f16b97a7f609716c03 (diff)
downloadcrawl-ref-d58c4046b6ce324b2996a7e64c9147cafb1c8240.tar.gz
crawl-ref-d58c4046b6ce324b2996a7e64c9147cafb1c8240.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9240 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 62257555b1..5d1f5167ce 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -512,13 +512,13 @@ bool conjure_flame(int pow, const coord_def& where)
}
const int cloud = env.cgrid(where);
-
+
if (cloud != EMPTY_CLOUD && env.cloud[cloud].type != CLOUD_FIRE)
{
mpr("There's already a cloud there!");
return (false);
}
-
+
// Note that self-targeting is handled by SPFLAG_NOT_SELF.
monsters *monster = monster_at(where);
if (monster)