diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-11 21:49:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-11 21:49:16 +0300 |
commit | 5b4e74ab44a2ae4eab9db71c860885802e2ba28d (patch) | |
tree | 065e1c4a5c5639b77789e7cf51ca25efeeb7e86a /src/net/tmwa | |
parent | ac12efd17d9f719b083d8af1eb5a06853835e8d6 (diff) | |
download | plus-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.gz plus-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.bz2 plus-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.xz plus-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.zip |
Fix code style.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/auctionhandler.h | 6 | ||||
-rw-r--r-- | src/net/tmwa/charserverhandler.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/net/tmwa/auctionhandler.h b/src/net/tmwa/auctionhandler.h index f3c1fe9c8..5f793a78d 100644 --- a/src/net/tmwa/auctionhandler.h +++ b/src/net/tmwa/auctionhandler.h @@ -54,9 +54,9 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler const int money) const override final; void search(const AuctionSearchType::Type type, - const int auctionId, - const std::string &text, - const int page) const override final; + const int auctionId, + const std::string &text, + const int page) const override final; void buy() const override final; diff --git a/src/net/tmwa/charserverhandler.cpp b/src/net/tmwa/charserverhandler.cpp index a61d00e7c..a8815da5b 100644 --- a/src/net/tmwa/charserverhandler.cpp +++ b/src/net/tmwa/charserverhandler.cpp @@ -525,7 +525,7 @@ void CharServerHandler::changeSlot(const int oldSlot A_UNUSED, { } -void CharServerHandler::processCharDeleteFailed(Net::MessageIn &msg A_UNUSED) +void CharServerHandler::processCharDeleteFailed(Net::MessageIn &msg) { BLOCK_START("CharServerHandler::processCharDeleteFailed") unlockCharSelectDialog(); |