summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-22 04:42:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-22 04:42:59 +0000
commitd36485da11218b631a9561fff54eefa2e57843dd (patch)
tree353d825b93a6aba503ec549796f0c68c46b0eee2 /crawl-ref/source/spells3.cc
parenteff015ae7d0253abd240981b17ddf27008d1accd (diff)
downloadcrawl-ref-d36485da11218b631a9561fff54eefa2e57843dd.tar.gz
crawl-ref-d36485da11218b631a9561fff54eefa2e57843dd.zip
Add more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3799 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index eb0976778b..330f5f2e52 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -249,7 +249,7 @@ int airstrike(int power, dist &beam)
hurted = 8 + random2( random2(4) + (random2(power) / 6)
+ (random2(power) / 7) );
-
+
if ( mons_flies(monster) )
{
hurted *= 3;
@@ -257,7 +257,7 @@ int airstrike(int power, dist &beam)
}
hurted -= random2(1 + monster->ac);
-
+
if (hurted < 0)
hurted = 0;
else