summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_cli.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-21 01:15:32 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-21 01:15:32 +0100
commite60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch)
treea7a5b937c9ae138d4eebca8d5130d308bf9ae420 /src/tools/dcpomatic_cli.cc
parentf07d5125a7b609320682689abe40781f096ca25e (diff)
No-op: remove all trailing whitespace.
Diffstat (limited to 'src/tools/dcpomatic_cli.cc')
-rw-r--r--src/tools/dcpomatic_cli.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc
index 54e196fe0..f885412ef 100644
--- a/src/tools/dcpomatic_cli.cc
+++ b/src/tools/dcpomatic_cli.cc
@@ -100,7 +100,7 @@ print_dump (shared_ptr<Film> film)
} else {
cout << "\tno colour conversion\n";
}
-
+
}
shared_ptr<AudioContent> audio = dynamic_pointer_cast<AudioContent> (c);
@@ -176,10 +176,10 @@ main (int argc, char* argv[])
}
film_dir = argv[optind];
-
+
dcpomatic_setup ();
signal_manager = new SignalManager ();
-
+
if (no_remote) {
ServerFinder::instance()->disable ();
}
@@ -201,7 +201,7 @@ main (int argc, char* argv[])
print_dump (film);
exit (EXIT_SUCCESS);
}
-
+
ContentList content = film->content ();
for (ContentList::const_iterator i = content.begin(); i != content.end(); ++i) {
vector<boost::filesystem::path> paths = (*i)->paths ();
@@ -241,7 +241,7 @@ main (int argc, char* argv[])
for (list<shared_ptr<Job> >::iterator i = jobs.begin(); i != jobs.end(); ++i) {
if (progress) {
cout << (*i)->name() << ": ";
-
+
if ((*i)->progress ()) {
cout << (*i)->status() << " \n";
} else {
@@ -283,8 +283,8 @@ main (int argc, char* argv[])
JobManager::drop ();
ServerFinder::drop ();
-
+
return error ? EXIT_FAILURE : EXIT_SUCCESS;
}
-
+