From 96f86b7f4cc04bd3438dc435af2a7b63c966281a Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 3 Nov 2009 10:09:18 -0600 Subject: Add whitespace fixes. --- crawl-ref/source/makeitem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.cc') diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index af4b77a81d..0becd114a3 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -4208,7 +4208,7 @@ void give_shield(monsters *mon, int level) { make_item_for_monster(mon, OBJ_ARMOUR, ARM_GLOVES, level * 2 + 1, MAKE_ITEM_NO_RACE, 1); - + item_def *gaunt = mon->mslot_item(MSLOT_SHIELD); if (gaunt) gaunt->plus2 = TGLOV_DESC_GAUNTLETS; -- cgit v1.2.3-54-g00ecf