summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 18:39:12 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 18:39:12 -0600
commit24998da9e6f7deb80fd5644cc2f1723434386c93 (patch)
tree4638bf753b880d6ea3b758f66016cdbe6fb6643d /crawl-ref/source/mon-cast.cc
parentc03846e3410d492f4da34b585413f43265a12dbb (diff)
downloadcrawl-ref-24998da9e6f7deb80fd5644cc2f1723434386c93.tar.gz
crawl-ref-24998da9e6f7deb80fd5644cc2f1723434386c93.zip
Remove trailing whitespace.
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 1878967d44..0532925ca3 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -1563,7 +1563,7 @@ void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
god_type god = (priest || !(priest || wizard)) ? monster->god : GOD_NO_GOD;
// Used for summon X elemental, and nothing else. {bookofjude}
- monster_type el_summon_type = MONS_NO_MONSTER;
+ monster_type el_summon_type = MONS_NO_MONSTER;
switch (spell_cast)
{
@@ -2071,7 +2071,7 @@ void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
20, MONS_GREAT_ORB_OF_EYES,
10, MONS_EYE_OF_DEVASTATION,
0));
-
+
create_monster(
mgen_data(mon, SAME_ATTITUDE(monster), duration,
spell_cast, monster->pos(), monster->foe, 0, god));