Re-run clang-format

This commit is contained in:
Nicolas Fella
2021-08-23 19:38:34 +02:00
parent 0f106b1bbc
commit 589dfe0343
26 changed files with 201 additions and 265 deletions

View File

@@ -353,7 +353,7 @@ QVariant RoomListModel::data(const QModelIndex &index, int role) const
if (room->isDirectChat()) {
return RoomType::Direct;
}
const RoomCreateEvent* creationEvent = room->creation();
const RoomCreateEvent *creationEvent = room->creation();
QJsonObject contentJson = creationEvent->contentJson();
QJsonObject::const_iterator typeIter = contentJson.find("type");
if (typeIter != contentJson.end()) {