Assorted C++11/formatting cleanups.
[dcpomatic.git] / src / wx / job_manager_view.h
index 392d7504ce2878b2bca4773102aebb77bb993785..e960bc2f667a33e2c291fd79dffb3fbe9ac0ce18 100644 (file)
@@ -18,6 +18,7 @@
 
 */
 
+
 /** @file src/job_manager_view.h
  *  @brief Class which is a wxPanel for showing the progress of jobs.
  */
@@ -54,5 +55,5 @@ private:
        std::shared_ptr<wxTimer> _timer;
        bool _batch;
 
-       std::list<std::shared_ptr<JobView> > _job_records;
+       std::list<std::shared_ptr<JobView>> _job_records;
 };