No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / job_manager.h
index b946c1a98e0836893eb758b2d19554d4643871e2..d0e83e26f6c13b369ba524d421c6bcd72d25e7b5 100644 (file)
@@ -51,11 +51,11 @@ public:
 private:
        /* This function is part of the test suite */
        friend void ::wait_for_jobs ();
-       
+
        JobManager ();
        ~JobManager ();
        void scheduler ();
-       
+
        mutable boost::mutex _mutex;
        std::list<boost::shared_ptr<Job> > _jobs;
        bool _terminate;