summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 19:58:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 19:58:12 +0000
commit451efda4b23c8b13bccf836db8ad86a7b2efcbc1 (patch)
treece718b18e0e528ee4add0cd2291e526d129c3cdf /crawl-ref/source/spells4.cc
parentaba17ef62ebb436c80b771f03d07ec84a5c34a6d (diff)
downloadcrawl-ref-451efda4b23c8b13bccf836db8ad86a7b2efcbc1.tar.gz
crawl-ref-451efda4b23c8b13bccf836db8ad86a7b2efcbc1.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8392 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 2fe715a0f1..6c4163d07e 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -678,7 +678,7 @@ void cast_ignite_poison(int pow)
unwield_item();
was_wielding = true;
}
-
+
item_was_destroyed(item);
destroy_item(item);
}
@@ -2276,7 +2276,7 @@ bool cast_apportation(int pow, const coord_def& where)
// with something at our position.
mprf("Yoink! You pull the item%s to yourself.",
(item.quantity > 1) ? "s" : "");
-
+
if (max_units < item.quantity)
{
item.quantity = max_units;