From f77e806dbb99a1e775f57bac2129c94288a6c02b Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Oct 2008 19:59:41 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7287 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 250ebe19bf..9a9026ffee 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -2291,7 +2291,7 @@ static void _rot_inventory_food(long time_delta) if (you.inv[i].sub_type == CORPSE_SKELETON) continue; - if (!mons_skeleton( you.inv[i].plus )) + if (!mons_skeleton(you.inv[i].plus)) { if (you.equip[EQ_WEAPON] == i) unwield_item(); @@ -2311,9 +2311,9 @@ static void _rot_inventory_food(long time_delta) you.inv[i].special -= (time_delta / 20); if (food_is_rotten(you.inv[i]) - && (you.inv[i].special + (time_delta / 20) >= 100 )) + && (you.inv[i].special + (time_delta / 20) >= 100)) { - rotten_items.push_back(index_to_letter( i )); + rotten_items.push_back(index_to_letter(i)); } } -- cgit v1.2.3-54-g00ecf