summaryrefslogtreecommitdiff
path: root/test/subs_in_out.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/subs_in_out.cc')
-rw-r--r--test/subs_in_out.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subs_in_out.cc b/test/subs_in_out.cc
index f0a7e96f..76251137 100644
--- a/test/subs_in_out.cc
+++ b/test/subs_in_out.cc
@@ -9,7 +9,7 @@ int main (int argc, char* argv[])
cerr << "Syntax: " << argv[0] << " <subtitle file>\n";
exit (EXIT_FAILURE);
}
-
+
libdcp::SubtitleAsset s ("foo", "bar", "baz");
s.read_xml (argv[1]);
cout << s.xml_as_string ();