summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-29 21:55:55 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-29 21:55:55 +0300
commitcc57dcd0e05a9c37fa4281c0190776a36b277e20 (patch)
treeb39bd665a52337ec4c05d909567c7be30e67fcbc /src/net/tmwa/chathandler.h
parent2223d15c84a660dd10dc131455416e2f49368409 (diff)
downloadplus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.gz
plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.bz2
plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.xz
plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.zip
fix code style.
Diffstat (limited to 'src/net/tmwa/chathandler.h')
-rw-r--r--src/net/tmwa/chathandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h
index 1cee20774..eae168e59 100644
--- a/src/net/tmwa/chathandler.h
+++ b/src/net/tmwa/chathandler.h
@@ -42,7 +42,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
void handleMessage(Net::MessageIn &msg) override;
- void talk(const std::string &text, const std::string &channel) const override;
+ void talk(const std::string &text,
+ const std::string &channel) const override;
void talkRaw(const std::string &text) const override;