From 6bde574ad29e04b0a355cea2915e4e48bd1d56f4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 Mar 2012 03:28:56 +0300 Subject: Fix code style. --- src/gui/widgets/itemshortcutcontainer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/widgets/itemshortcutcontainer.cpp b/src/gui/widgets/itemshortcutcontainer.cpp index 381e3102d..ac7caae34 100644 --- a/src/gui/widgets/itemshortcutcontainer.cpp +++ b/src/gui/widgets/itemshortcutcontainer.cpp @@ -166,8 +166,8 @@ void ItemShortcutContainer::draw(gcn::Graphics *graphics) } } } - else if (itemId < SKILL_MIN_ID && spellManager) // this is magic shortcut - { + else if (itemId < SKILL_MIN_ID && spellManager) + { // this is magic shortcut TextCommand *spell = spellManager->getSpellByItem(itemId); if (spell) { -- cgit v1.2.3-70-g09d2