summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-03 23:38:17 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-03 23:38:17 +0300
commit1af7d824adf74c7b453e2096a79246d1fd58b19f (patch)
tree68f1f02bc32abdd22b7aaeb976ca280a1cadc477 /src/net/eathena
parent58f7f377a7fa6ba1aabfc35e337e7a81f769e45d (diff)
downloadplus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.gz
plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.bz2
plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.xz
plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.zip
Fix code style.
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/messagein.cpp4
-rw-r--r--src/net/eathena/network.cpp2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/net/eathena/messagein.cpp b/src/net/eathena/messagein.cpp
index 7137b468b..3f5149ef9 100644
--- a/src/net/eathena/messagein.cpp
+++ b/src/net/eathena/messagein.cpp
@@ -22,10 +22,12 @@
#include "net/eathena/messagein.h"
+#include "logger.h"
+
#include "net/net.h"
#include "net/packetcounters.h"
-#include "logger.h"
+#include "utils/stringutils.h"
#include <SDL_endian.h>
diff --git a/src/net/eathena/network.cpp b/src/net/eathena/network.cpp
index c5f0adad5..21736333c 100644
--- a/src/net/eathena/network.cpp
+++ b/src/net/eathena/network.cpp
@@ -108,7 +108,7 @@ Network::~Network()
void Network::registerHandlers()
{
#include "net/eathena/recvpackets.inc"
-RECVPACKETS_VOID
+ RECVPACKETS_VOID
}
void Network::clearHandlers()