diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
| commit | e520f1009eaa552c7b3931ced85c0f19d8aff554 (patch) | |
| tree | bf992eab88f0691e5bc336895656ff91cb5f233e /test/rewrite_subs.cc | |
| parent | 8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff) | |
No-op: whitespace.
Diffstat (limited to 'test/rewrite_subs.cc')
| -rw-r--r-- | test/rewrite_subs.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc index 3a982d1b..eb4cad9f 100644 --- a/test/rewrite_subs.cc +++ b/test/rewrite_subs.cc @@ -19,16 +19,16 @@ main (int argc, char* argv[]) cerr << "Syntax: " << argv[0] << " <dcp>\n"; exit (EXIT_FAILURE); } - + DCP* dcp = new DCP (argv[1]); dcp->read (false); - + list<shared_ptr<CPL> > cpls = dcp->cpls (); for (list<boost::shared_ptr<CPL> >::iterator i = cpls.begin(); i != cpls.end(); ++i) { - + list<shared_ptr<Reel> > reels = (*i)->reels (); for (list<shared_ptr<Reel> >::iterator j = reels.begin(); j != reels.end(); ++j) { - + if ((*j)->main_subtitle()) { (*j)->main_subtitle()->write_xml (); } @@ -46,6 +46,6 @@ main (int argc, char* argv[]) cerr << e.what() << " when reading " << argv[1] << "\n"; exit (EXIT_FAILURE); } - + return 0; } |
