Assorted C++11/formatting cleanups.
[dcpomatic.git] / src / lib / player_text.h
index cd4be984c9551e5f1d8eeabbb86255155a0c04d5..45c8bf589f39339b35b5df491b96e25d43271c71 100644 (file)
@@ -38,7 +38,7 @@ class PlayerText
 {
 public:
        void add_fonts (std::list<std::shared_ptr<dcpomatic::Font>> fonts_);
-       std::list<std::shared_ptr<dcpomatic::Font> > fonts;
+       std::list<std::shared_ptr<dcpomatic::Font>> fonts;
 
        /** BitmapTexts, with their rectangles transformed as specified by their content */
        std::list<BitmapText> bitmap;