summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-15 16:02:06 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-15 16:02:06 +0100
commit65705e10994f2a18e8c69542ee1af23a19a1e5a4 (patch)
tree7711755fbdfb61ebc021e1d3731a52e421c48d2e /crawl-ref/source/spells3.cc
parent6b9d38645fde3fd74cdd7fecc4523d4d36ee4318 (diff)
downloadcrawl-ref-65705e10994f2a18e8c69542ee1af23a19a1e5a4.tar.gz
crawl-ref-65705e10994f2a18e8c69542ee1af23a19a1e5a4.zip
Fix a few whitespace errors.
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 f6cd30dbd8..f2908da88a 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1997,7 +1997,7 @@ void cast_brand_ammo(special_missile_type which_type)
switch (which_type)
{
-
+
case SPMSL_POISONED:
if (set_item_ego_type( you.inv[ammo], OBJ_MISSILES, SPMSL_POISONED ))
{
@@ -2058,7 +2058,7 @@ void cast_brand_ammo(special_missile_type which_type)
if (ammo == you.equip[EQ_WEAPON])
you.wield_change = true;
- }
+ }
else
canned_msg(MSG_NOTHING_HAPPENS);
break;