diff --git a/src/lib/client/Client.h b/src/lib/client/Client.h index dfb9faa235..8f2f413057 100644 --- a/src/lib/client/Client.h +++ b/src/lib/client/Client.h @@ -227,5 +227,5 @@ private: Thread* m_sendClipboardThread; Mutex* m_mutex; bool m_condData; - CondVar* m_condVar; + CondVar* m_condVar; }; diff --git a/src/lib/platform/MSWindowsScreen.h b/src/lib/platform/MSWindowsScreen.h index 54af770c7f..f42e7025cb 100644 --- a/src/lib/platform/MSWindowsScreen.h +++ b/src/lib/platform/MSWindowsScreen.h @@ -283,9 +283,10 @@ private: HKL m_keyLayout; // screen saver stuff - MSWindowsScreenSaver* m_screensaver; - bool m_screensaverNotify; - bool m_screensaverActive; + MSWindowsScreenSaver* + m_screensaver; + bool m_screensaverNotify; + bool m_screensaverActive; // clipboard stuff. our window is used mainly as a clipboard // owner and as a link in the clipboard viewer chain.