From fc84c591bff151bbe1b18af144ad55d49ff1028e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Nov 2015 19:12:49 +0300 Subject: Fix code style in chatlogger. --- src/chatlogger.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/chatlogger.h') diff --git a/src/chatlogger.h b/src/chatlogger.h index 421326e30..62ee4b2f7 100644 --- a/src/chatlogger.h +++ b/src/chatlogger.h @@ -50,8 +50,9 @@ class ChatLogger final void log(std::string name, std::string str); - void loadLast(std::string name, std::list &list, - const unsigned n) const; + void loadLast(std::string name, + std::list &list, + const unsigned int n) const; std::string getDir() const A_WARN_UNUSED; @@ -72,7 +73,8 @@ class ChatLogger final void setLogDir(const std::string &logDir); - static void writeTo(std::ofstream &file, const std::string &str); + static void writeTo(std::ofstream &file, + const std::string &str); std::ofstream mLogFile; std::string mLogDir; -- cgit v1.2.3-70-g09d2