From a771a806291243760552988a1a7a5742bc007ee2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 7 Apr 2021 20:42:49 +0200 Subject: [PATCH] No-op: whitespace. --- src/lib/dcp_content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 film, shared_ptr job) atmos->set_length (examiner->atmos_length()); } - list > new_text; + list> new_text; for (int i = 0; i < static_cast(TextType::COUNT); ++i) { for (int j = 0; j < examiner->text_count(static_cast(i)); ++j) { auto c = make_shared(this, static_cast(i), static_cast(i)); -- 2.30.2