diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-07 20:42:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-07 20:42:49 +0200 |
| commit | a771a806291243760552988a1a7a5742bc007ee2 (patch) | |
| tree | cf9328491aba9efc7275e5be211a24864412d7a5 /src/lib | |
| parent | b531246b859977e32cad5b1d125bc0c867c1e1ae (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dcp_content.cc | 2 |
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)); |
