Run clang-format-all.sh

This commit is contained in:
Rasmus Karlsson
2018-07-03 15:19:49 +00:00
parent b73f65fa20
commit e757a6504b
12 changed files with 55 additions and 52 deletions
@@ -171,8 +171,8 @@ QString CommandController::execCommand(const QString &text, ChannelPtr channel,
auto target = words.at(1);
if (user->isAnon()) {
channel->addMessage(Message::createSystemMessage(
"You must be logged in to ignore someone"));
channel->addMessage(
Message::createSystemMessage("You must be logged in to ignore someone"));
return "";
}
@@ -188,8 +188,8 @@ QString CommandController::execCommand(const QString &text, ChannelPtr channel,
auto target = words.at(1);
if (user->isAnon()) {
channel->addMessage(Message::createSystemMessage(
"You must be logged in to ignore someone"));
channel->addMessage(
Message::createSystemMessage("You must be logged in to ignore someone"));
return "";
}