From 516d635b6cbce6e38cc3e4f227f6ab0b073925b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 15 Jan 2016 20:21:16 +0300 Subject: Fix code style. --- src/net/ea/chatrecv.cpp | 4 ++-- src/net/ea/inventoryhandler.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/net/ea') diff --git a/src/net/ea/chatrecv.cpp b/src/net/ea/chatrecv.cpp index ff9f3c619..9a49e6f94 100644 --- a/src/net/ea/chatrecv.cpp +++ b/src/net/ea/chatrecv.cpp @@ -111,8 +111,8 @@ void ChatRecv::processWhisperResponseContinue(Net::MessageIn &msg, { chatWindow->addWhisper(nick, // TRANSLATORS: chat message - strprintf(_("Whisper could not " - "be sent, you ignored by all players.")), + _("Whisper could not " + "be sent, you ignored by all players."), ChatMsgType::BY_SERVER); } break; diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index 695d5904f..31a755b42 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -25,8 +25,6 @@ #include "localconsts.h" -#include "enums/simpletypes/beingid.h" - #include "net/inventoryhandler.h" #include -- cgit v1.2.3-60-g2f50