summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-07 20:42:49 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-07 20:42:49 +0200
commita771a806291243760552988a1a7a5742bc007ee2 (patch)
treecf9328491aba9efc7275e5be211a24864412d7a5 /src/lib
parentb531246b859977e32cad5b1d125bc0c867c1e1ae (diff)
No-op: whitespace.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcp_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc
index 256112eb2..42c371ee5 100644
--- a/src/lib/dcp_content.cc
+++ b/src/lib/dcp_content.cc
@@ -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));