summary refs log tree commit diff
path: root/src/timeline/EventDelegateChooser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/EventDelegateChooser.cpp')
-rw-r--r--src/timeline/EventDelegateChooser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/EventDelegateChooser.cpp b/src/timeline/EventDelegateChooser.cpp
index a8629b3e..e2319460 100644
--- a/src/timeline/EventDelegateChooser.cpp
+++ b/src/timeline/EventDelegateChooser.cpp
@@ -203,7 +203,7 @@ EventDelegateChooser::DelegateIncubator::setInitialState(QObject *obj)
       };
 
     if (!forReply) {
-        auto row = chooser.room_->idToIndex(currentId);
+        auto row        = chooser.room_->idToIndex(currentId);
         auto connection = connect(
           chooser.room_,
           &QAbstractItemModel::dataChanged,
@@ -293,7 +293,7 @@ EventDelegateChooser::DelegateIncubator::statusChanged(QQmlIncubator::Status sta
 void
 EventDelegateChooser::updatePolish()
 {
-    auto mainChild = qobject_cast<QQuickItem *>(eventIncubator.object());
+    auto mainChild  = qobject_cast<QQuickItem *>(eventIncubator.object());
     auto replyChild = qobject_cast<QQuickItem *>(replyIncubator.object());
 
     nhlog::ui()->critical("POLISHING {}", (void *)this);