Assorted C++11/formatting cleanups.
[dcpomatic.git] / src / lib / player_text.cc
index 5456b06c4aca6890cba4beced686688811400ce3..a3b7ec89ff84e28f46e8a667b6b75cde14a1e850 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "player_text.h"
 #include "font.h"
 
+
 using std::list;
 using std::shared_ptr;
 using namespace dcpomatic;
 
+
 void
-PlayerText::add_fonts (list<shared_ptr<Font> > fonts_)
+PlayerText::add_fonts (list<shared_ptr<Font>> fonts_)
 {
        for (auto i: fonts_) {
                bool got = false;