From d70d41864853924a456595875b6811b74222dd7c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 Jan 2015 22:15:24 +0300 Subject: Fix code style. --- src/net/tmwa/inventoryhandler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/inventoryhandler.cpp b/src/net/tmwa/inventoryhandler.cpp index 7821d9aca..b0dcca900 100644 --- a/src/net/tmwa/inventoryhandler.cpp +++ b/src/net/tmwa/inventoryhandler.cpp @@ -223,7 +223,8 @@ void InventoryHandler::closeStorage(const int type A_UNUSED) const void InventoryHandler::moveItem2(const int source, const int slot, const int amount, const int destination) const { - if (source == InventoryType::INVENTORY && destination == InventoryType::STORAGE) + if (source == InventoryType::INVENTORY + && destination == InventoryType::STORAGE) { createOutPacket(CMSG_MOVE_TO_STORAGE); outMsg.writeInt16(static_cast(slot + INVENTORY_OFFSET), -- cgit v1.2.3-70-g09d2