summary refs log tree commit diff
path: root/src/timeline/InputBar.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-09-25 20:05:08 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-09-25 20:05:08 +0200
commit851333a50da846cc458356d763d524750b432ccb (patch)
tree0ff682353637708e8952444662e2890228c66b8b /src/timeline/InputBar.h
parentAccepted... not Approved (diff)
downloadnheko-851333a50da846cc458356d763d524750b432ccb.tar.xz
Switch to clang-format14
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r--src/timeline/InputBar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h
index 8590d84f..7df556e8 100644
--- a/src/timeline/InputBar.h
+++ b/src/timeline/InputBar.h
@@ -48,7 +48,8 @@ class InputVideoSurface : public QAbstractVideoSurface
 public:
     InputVideoSurface(QObject *parent)
       : QAbstractVideoSurface(parent)
-    {}
+    {
+    }
 
     bool present(const QVideoFrame &frame) override;