Skip to content

Commit

Permalink
Fix indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry (Xinyu Hou) committed Mar 15, 2016
1 parent 3067560 commit 6d0f820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib/client/Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ class Client : public IClient, public INode {
Thread* m_sendClipboardThread;
Mutex* m_mutex;
bool m_condData;
CondVar<bool>* m_condVar;
CondVar<bool>* m_condVar;
};
7 changes: 4 additions & 3 deletions src/lib/platform/MSWindowsScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,10 @@ class MSWindowsScreen : public PlatformScreen {
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.
Expand Down

0 comments on commit 6d0f820

Please sign in to comment.