summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-18 01:28:06 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-18 01:28:06 +0300
commitdd6a687d007b08d1d8c2e2b38b60606ae956fa29 (patch)
treefd25213b60fe76fcce47fef92b14255f31738967 /src/net/eathena/inventoryrecv.cpp
parentfe68ce75a36b7f9de389d996763b9c70f5f2c32b (diff)
downloadManaVerse-dd6a687d007b08d1d8c2e2b38b60606ae956fa29.tar.gz
ManaVerse-dd6a687d007b08d1d8c2e2b38b60606ae956fa29.tar.bz2
ManaVerse-dd6a687d007b08d1d8c2e2b38b60606ae956fa29.tar.xz
ManaVerse-dd6a687d007b08d1d8c2e2b38b60606ae956fa29.zip
Fix code style
Diffstat (limited to 'src/net/eathena/inventoryrecv.cpp')
-rw-r--r--src/net/eathena/inventoryrecv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/inventoryrecv.cpp b/src/net/eathena/inventoryrecv.cpp
index 636a289b4..7131ddb19 100644
--- a/src/net/eathena/inventoryrecv.cpp
+++ b/src/net/eathena/inventoryrecv.cpp
@@ -1602,7 +1602,8 @@ void InventoryRecv::processInventoryEnd2(Net::MessageIn &msg)
processInventoryEndContinue(invType);
}
-void InventoryRecv::processInventoryEndContinue(const NetInventoryTypeT invType)
+void InventoryRecv::processInventoryEndContinue(const NetInventoryTypeT
+ invType)
{
switch (invType)
{