C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / cross.h
index 99c6bc29979c3a938c2a91b40f858c2d6a49e3b4..83cda4a04b41d723572ea43b890558d5dba048ca 100644 (file)
@@ -43,7 +43,7 @@ extern void dcpomatic_sleep_seconds (int);
 extern void dcpomatic_sleep_milliseconds (int);
 extern std::string cpu_info ();
 extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path);
-extern std::list<std::pair<std::string, std::string> > mount_info ();
+extern std::list<std::pair<std::string, std::string>> mount_info ();
 extern boost::filesystem::path openssl_path ();
 extern void make_foreground_application ();
 #ifdef DCPOMATIC_DISK