Commit c44aa6e5 authored by Hauke Goldhammer's avatar Hauke Goldhammer

Fix style issues reported by jenkins

parent 293288a5
......@@ -15,9 +15,7 @@ using namespace std;
using namespace caf;
ChatWidget::ChatWidget(QWidget* parent)
: super(parent),
input_(nullptr),
output_(nullptr) {
: super(parent), input_(nullptr), output_(nullptr) {
// nop
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment