No-op: whitespace.
authorCarl Hetherington <cth@carlh.net>
Wed, 7 Apr 2021 18:42:49 +0000 (20:42 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 7 Apr 2021 18:42:49 +0000 (20:42 +0200)
src/lib/dcp_content.cc

index 256112eb27caaa8a6ba1ac0a5ef6d7fb90629c4c..42c371ee552b07a457c93a2abdad87d9d82a67a2 100644 (file)
@@ -261,7 +261,7 @@ DCPContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job)
                atmos->set_length (examiner->atmos_length());
        }
 
-       list<shared_ptr<TextContent> > new_text;
+       list<shared_ptr<TextContent>> new_text;
        for (int i = 0; i < static_cast<int>(TextType::COUNT); ++i) {
                for (int j = 0; j < examiner->text_count(static_cast<TextType>(i)); ++j) {
                        auto c = make_shared<TextContent>(this, static_cast<TextType>(i), static_cast<TextType>(i));