Cleanup: formatting.
authorCarl Hetherington <cth@carlh.net>
Tue, 30 May 2023 23:20:09 +0000 (01:20 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 2 Jun 2023 18:54:36 +0000 (20:54 +0200)
src/verify.cc

index 2ab55e251414b5dd8f02681acaafd5fd089766d7..2e2495be3bafcc4fe66f922d63c2ee228cae1fb1 100644 (file)
@@ -874,7 +874,13 @@ verify_text_details (
        optional<string> missing_load_font_id;
 
        std::function<void (cxml::ConstNodePtr, optional<int>, optional<Time>, int, bool)> parse;
-       parse = [&parse, &last_out, &too_short, &too_close, &too_early, &empty_text, &reel_offset, &font_ids, &missing_load_font_id](cxml::ConstNodePtr node, optional<int> tcr, optional<Time> start_time, int er, bool first_reel) {
+       parse = [&parse, &last_out, &too_short, &too_close, &too_early, &empty_text, &reel_offset, &font_ids, &missing_load_font_id](
+               cxml::ConstNodePtr node,
+               optional<int> tcr,
+               optional<Time> start_time,
+               int er,
+               bool first_reel
+               ) {
                if (node->name() == "Subtitle") {
                        Time in (node->string_attribute("TimeIn"), tcr);
                        if (start_time) {