No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / doremi_certificate_dialog.cc
index 578a7a72da1c7d706fc92d60d5a34e6982b2b435..74f19fcc902a7b81286e06e23ee4d21536c18d17 100644 (file)
@@ -54,10 +54,10 @@ DoremiCertificateDialog::download ()
        downloaded (false);
        _message->SetLabel (_("Downloading certificate"));
 
-#ifdef DCPOMATIC_OSX   
+#ifdef DCPOMATIC_OSX
        /* This is necessary on OS X, otherwise the SetLabel() above has no visible effect */
        wxMilliSleep (200);
-#endif 
+#endif
 
        signal_manager->when_idle (boost::bind (&DoremiCertificateDialog::finish_download, this, serial));
 }