From 4277eaea5e02fb69d64193a0395357e2c346afdb Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 21 Nov 2009 12:37:25 -0600 Subject: Add formatting fixes. This mostly puts && and || on the proper lines, per the style guide. --- crawl-ref/source/item_use.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 2da1279d17..15fc4e28b5 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -1041,8 +1041,8 @@ bool do_wear_armour(int item, bool quiet) if (slot == EQ_BODY_ARMOUR && you.equip[EQ_CLOAK] != -1 && !cloak_is_being_removed()) { - if (you.equip[EQ_BODY_ARMOUR] != -1 && - item_cursed(you.inv[you.equip[EQ_BODY_ARMOUR]])) + if (you.equip[EQ_BODY_ARMOUR] != -1 + && item_cursed(you.inv[you.equip[EQ_BODY_ARMOUR]])) { if (!quiet) { -- cgit v1.2.3-54-g00ecf