Assorted C++11 tidying.
[dcpomatic.git] / src / lib / state.cc
index dd48516f43fc05a384089c543a8b60a12896ea5f..5f7e9a701bebcb0ee9272ab79ef99457912c9952 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2018-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2018-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "state.h"
 #include "cross.h"
 #include <glib.h>
 
+
 using std::string;
 
+
 boost::optional<boost::filesystem::path> State::override_path;
 
+
 /** @param file State filename
- *  @return Full path to write @file to */
+ *  @return Full path to write @file to.
+ */
 boost::filesystem::path
 State::path (string file, bool create_directories)
 {