code style - indentation

This commit is contained in:
Nick Bolton 2014-03-17 11:16:52 +00:00
parent a97fa1428b
commit f62cac6a0a
2 changed files with 16 additions and 10 deletions

View File

@ -48,7 +48,8 @@
// CClient
//
CClient::CClient(IEventQueue* events,
CClient::CClient(
IEventQueue* events,
const CString& name, const CNetworkAddress& address,
ISocketFactory* socketFactory,
IStreamFilterFactory* streamFilterFactory,

View File

@ -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),