Apply clang-format to rest of cpp

This commit is contained in:
Tobias Fella
2020-11-11 22:01:45 +01:00
parent 7aa7a832a3
commit 79ee2e1279
8 changed files with 53 additions and 27 deletions

View File

@@ -8,8 +8,8 @@
#include <QAbstractListModel>
#include "room.h"
#include "neochatroom.h"
#include "room.h"
class MessageEventModel : public QAbstractListModel
{