Reformat according to .clang-format

This commit is contained in:
Rasmus Karlsson
2017-08-12 12:09:26 +02:00
parent f455ef9f24
commit ac6db75dc6
12 changed files with 71 additions and 82 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ ChatWidgetView::ChatWidgetView(ChatWidget *_chatWidget)
// Whenever the scrollbar value has been changed, re-render the ChatWidgetView
this->update();
this->layoutMessages();
this->layoutMessages();
});
}