No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / environment_info.cc
index d10e23727e317c885dde090b02b5e7c71d7b4a19..364973ff8af0cbd1fb5e714740ceda2e1753353b 100644 (file)
@@ -109,7 +109,7 @@ environment_info (shared_ptr<Log> log)
        info.dwOSVersionInfoSize = sizeof (info);
        GetVersionEx (&info);
        LOG_GENERAL ("Windows version %1.%2.%3 SP %4", info.dwMajorVersion, info.dwMinorVersion, info.dwBuildNumber, info.szCSDVersion);
-#endif 
+#endif
 
 #if __GNUC__
 #if __x86_64__
@@ -118,7 +118,7 @@ environment_info (shared_ptr<Log> log)
        LOG_GENERAL_NC ("Built for 32-bit");
 #endif
 #endif
-       
+
        LOG_GENERAL ("CPU: %1, %2 processors", cpu_info(), boost::thread::hardware_concurrency ());
        list<pair<string, string> > const m = mount_info ();
        for (list<pair<string, string> >::const_iterator i = m.begin(); i != m.end(); ++i) {