summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 9d8070e64c..b2ef894474 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -248,7 +248,7 @@ void corpse_rot()
bool brand_weapon(brand_type which_brand, int power)
{
- if ( !you.weapon() )
+ if (!you.weapon())
return (false);
const bool temp_brand = you.duration[DUR_WEAPON_BRAND];