No-op: remove all trailing whitespace.
[dcpomatic.git] / src / tools / dcpomatic_server_cli.cc
index 847c1fa1b4d25ff87caa74f2f9cd739b7743ea53..efcfdc40e340a251fdd22f9aa1cf6d2a236f797e 100644 (file)
@@ -105,9 +105,9 @@ main (int argc, char* argv[])
        } else {
                log.reset (new NullLog);
        }
-       
+
        Server server (log, verbose);
-       
+
        try {
                server.run (num_threads);
        } catch (boost::system::system_error& e) {