Run clang-format on Aaron's patch.
[dcpomatic.git] / src / lib / encoder.h
index f921fcb515962fb9f92af12d2189af77778c2274..902190166809f9da645cc5c6e5b02d2d9c285204 100644 (file)
@@ -57,8 +57,10 @@ public:
 
        /** @return the number of frames that are done */
        virtual Frame frames_done () const = 0;
-       virtual bool finishing () const = 0;
+       virtual bool finishing() const = 0;
+
        virtual void pause(void) {}
+
        virtual void resume(void) {}
 
 protected: