summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-31 01:20:09 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-02 20:54:36 +0200
commit4c5192e71b1918b5ad821084876ae45dc89ff2c4 (patch)
tree4db8834d83864942b812736447ab4659b44eadb4 /src
parent68e5229348d2cede61b39bceb02c5be4816b52d0 (diff)
Cleanup: formatting.
Diffstat (limited to 'src')
-rw-r--r--src/verify.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/verify.cc b/src/verify.cc
index 2ab55e25..2e2495be 100644
--- a/src/verify.cc
+++ b/src/verify.cc
@@ -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) {