summaryrefslogtreecommitdiff
path: root/src/net/eathena/mailhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-04 22:13:38 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-04 22:13:38 +0300
commitebd78a883cba4d555500ece5d77f3ebd88e329ae (patch)
treebfda5dc36aa212c30baae4b95ce7c9f481005bfb /src/net/eathena/mailhandler.cpp
parent62a6042d722c3da19146180fe0aeacecafb5c0e6 (diff)
downloadplus-ebd78a883cba4d555500ece5d77f3ebd88e329ae.tar.gz
plus-ebd78a883cba4d555500ece5d77f3ebd88e329ae.tar.bz2
plus-ebd78a883cba4d555500ece5d77f3ebd88e329ae.tar.xz
plus-ebd78a883cba4d555500ece5d77f3ebd88e329ae.zip
Fix code style.
Diffstat (limited to 'src/net/eathena/mailhandler.cpp')
-rw-r--r--src/net/eathena/mailhandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/mailhandler.cpp b/src/net/eathena/mailhandler.cpp
index b17823064..e154ad406 100644
--- a/src/net/eathena/mailhandler.cpp
+++ b/src/net/eathena/mailhandler.cpp
@@ -20,7 +20,6 @@
#include "net/eathena/mailhandler.h"
-#include "logger.h"
#include "notifymanager.h"
#include "gui/mailmessage.h"
@@ -175,7 +174,7 @@ void MailHandler::processReadMail(Net::MessageIn &msg)
void MailHandler::processGetAttachment(Net::MessageIn &msg)
{
- switch(msg.readUInt8("flag"))
+ switch (msg.readUInt8("flag"))
{
case 0:
NotifyManager::notify(NotifyTypes::MAIL_GET_ATTACH_OK);