From 6d0f820db5f64114ef75b8579acbe3de8d04a601 Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Mon, 30 Nov 2015 12:22:11 -0800 Subject: [PATCH] Fix indentations --- src/lib/client/Client.h | 2 +- src/lib/platform/MSWindowsScreen.h | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lib/client/Client.h b/src/lib/client/Client.h index dfb9faa2..8f2f4130 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 54af770c..f42e7025 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.