No-op: remove all trailing whitespace.
[dcpomatic.git] / src / tools / dcpomatic_cli.cc
index 54e196fe0acb4d5e6a0b9ab343ef46c63ad91bb2..f885412efaf9d1ae0ebd7febd5cb7db5d3175d3e 100644 (file)
@@ -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;
 }
 
-         
+