summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-18 16:21:36 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-18 16:21:36 +0000
commit8f96a48c5518cbf95c2dcc0394f532637b727123 (patch)
treea74b61842a1107a5a1d25c759bf0d44dabde2a87 /crawl-ref/source/spells4.cc
parentaffffc40c9ee82a5ff215fec96b79b9fa83bde98 (diff)
downloadcrawl-ref-8f96a48c5518cbf95c2dcc0394f532637b727123.tar.gz
crawl-ref-8f96a48c5518cbf95c2dcc0394f532637b727123.zip
Remove unneeded blank line.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5121 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 46b099e5cc..a2cf1ee5e6 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -99,7 +99,6 @@ inline bool player_hurt_monster(int monster, int damage)
return (false);
} // end player_hurt_monster()
-
// Here begin the actual spells:
static int shatter_monsters(int x, int y, int pow, int garbage)
{