summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-10 11:50:29 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-10 11:50:29 +0300
commit201376c3f5858ab5432cf849d5474e037c071393 (patch)
tree6d564d943c0b58bf31cc35a41159601c98bfcbb8 /src/gui/chatwindow.h
parent03879469c21e64aa2c8a8fe5c5102ce1a7ed1629 (diff)
downloadplus-201376c3f5858ab5432cf849d5474e037c071393.tar.gz
plus-201376c3f5858ab5432cf849d5474e037c071393.tar.bz2
plus-201376c3f5858ab5432cf849d5474e037c071393.tar.xz
plus-201376c3f5858ab5432cf849d5474e037c071393.zip
fix code style.
Diffstat (limited to 'src/gui/chatwindow.h')
-rw-r--r--src/gui/chatwindow.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h
index 0fa8363f0..39ca8ede9 100644
--- a/src/gui/chatwindow.h
+++ b/src/gui/chatwindow.h
@@ -244,9 +244,10 @@ class ChatWindow final : public Window,
const bool ignoreRecord,
const bool tryRemoveColors);
- static void battleChatLog(const std::string &line, Own own = BY_UNKNOWN,
- const bool ignoreRecord = false,
- const bool tryRemoveColors = true);
+ static void battleChatLog(const std::string &line,
+ Own own = BY_UNKNOWN,
+ const bool ignoreRecord = false,
+ const bool tryRemoveColors = true);
void updateOnline(std::set<std::string> &onlinePlayers) const;