From e57ebac54a8f98b38564dad715dfaf30f23564fa Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 15 Mar 2009 14:46:50 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9493 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') 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]; -- cgit v1.2.3-54-g00ecf