summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-03 10:09:18 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-03 10:09:18 -0600
commit96f86b7f4cc04bd3438dc435af2a7b63c966281a (patch)
tree658de2a5f509633e919ec75a2adcf5040bb4ea1e /crawl-ref/source/makeitem.cc
parent2cba7ec21c6dab38df61ee06c5dacc78c0b218c7 (diff)
downloadcrawl-ref-96f86b7f4cc04bd3438dc435af2a7b63c966281a.tar.gz
crawl-ref-96f86b7f4cc04bd3438dc435af2a7b63c966281a.zip
Add whitespace fixes.
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
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;