mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 23:25:27 +08:00
Fix indentations
This commit is contained in:
committed by
Xinyu Hou
parent
3067560f7b
commit
6d0f820db5
@@ -227,5 +227,5 @@ private:
|
||||
Thread* m_sendClipboardThread;
|
||||
Mutex* m_mutex;
|
||||
bool m_condData;
|
||||
CondVar<bool>* m_condVar;
|
||||
CondVar<bool>* m_condVar;
|
||||
};
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user