do a full reformat according to our current .clang-format

This commit is contained in:
Rasmus Karlsson
2019-05-10 23:31:10 +02:00
parent fa6c9f2fba
commit 1a7a5409ab
14 changed files with 54 additions and 51 deletions
+2 -3
View File
@@ -34,9 +34,8 @@ LoggingChannel::LoggingChannel(const QString &_channelName)
this->subDirectory = "Twitch/" + this->subDirectory;
getSettings()->logPath.connect([this](const QString &logPath, auto) {
this->baseDirectory = logPath.isEmpty()
? getPaths()->messageLogDirectory
: logPath;
this->baseDirectory =
logPath.isEmpty() ? getPaths()->messageLogDirectory : logPath;
this->openLogFile();
});
}