mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 22:55:53 +08:00
code style - indentation
This commit is contained in:
@@ -49,7 +49,12 @@
|
||||
// CServer
|
||||
//
|
||||
|
||||
CServer::CServer(CConfig& config, CPrimaryClient* primaryClient, CScreen* screen, IEventQueue* events, bool enableDragDrop) :
|
||||
CServer::CServer(
|
||||
CConfig& config,
|
||||
CPrimaryClient* primaryClient,
|
||||
CScreen* screen,
|
||||
IEventQueue* events,
|
||||
bool enableDragDrop) :
|
||||
m_mock(false),
|
||||
m_primaryClient(primaryClient),
|
||||
m_active(primaryClient),
|
||||
|
||||
Reference in New Issue
Block a user