From 94ab5a24a5deee4102f61ce1720c92eef47036f9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Nov 2015 02:33:17 +0300 Subject: Fix code style in emoteshortcut. --- src/emoteshortcut.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/emoteshortcut.cpp') diff --git a/src/emoteshortcut.cpp b/src/emoteshortcut.cpp index 84643df4e..e60c05cb0 100644 --- a/src/emoteshortcut.cpp +++ b/src/emoteshortcut.cpp @@ -75,7 +75,8 @@ void EmoteShortcut::useEmote(const int index) const if (!localPlayer) return; - if (index > 0 && index <= SHORTCUT_EMOTES) + if (index > 0 && + index <= SHORTCUT_EMOTES) { if (mEmotes[index - 1] > 0) localPlayer->emote(mEmotes[index - 1]); -- cgit v1.2.3-60-g2f50