summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 14:46:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 14:46:50 +0000
commite57ebac54a8f98b38564dad715dfaf30f23564fa (patch)
tree1bc24a9df78793ce2695b3a4a54dba1c9eb43d20 /crawl-ref/source/spells2.cc
parentb9fc673ceddae48198ac62d6b3694ca1bdf0a25c (diff)
downloadcrawl-ref-e57ebac54a8f98b38564dad715dfaf30f23564fa.tar.gz
crawl-ref-e57ebac54a8f98b38564dad715dfaf30f23564fa.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9493 c06c8d41-db1a-0410-9941-cceddc491573
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];