diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-12 17:07:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-12 17:07:09 +0300 |
commit | 566ae30ff94caf6c92fc7d64f021b567933f8a60 (patch) | |
tree | eae43b8899444f99a97fdd00bc5df8a117c316e9 /src/net/chathandler.h | |
parent | 247418a3ec0b50479c7bac80322202b01527ae61 (diff) | |
download | plus-566ae30ff94caf6c92fc7d64f021b567933f8a60.tar.gz plus-566ae30ff94caf6c92fc7d64f021b567933f8a60.tar.bz2 plus-566ae30ff94caf6c92fc7d64f021b567933f8a60.tar.xz plus-566ae30ff94caf6c92fc7d64f021b567933f8a60.zip |
fix code style.
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index 8fce6313d..3a9e3debe 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -66,7 +66,10 @@ class ChatHandler notfinal virtual void clear() = 0; - virtual void createChatRoom(const std::string &title, const std::string &password, const int limit, const bool isPublic) = 0; + virtual void createChatRoom(const std::string &title, + const std::string &password, + const int limit, + const bool isPublic) = 0; }; } // namespace Net |