Fixed indentations

Conflicts:
	src/lib/client/Client.h
This commit is contained in:
Jerry (Xinyu Hou) 2016-08-24 15:17:00 +01:00 committed by Andrew Nelless
parent 95464d97cf
commit e1be67cfb6
1 changed files with 5 additions and 5 deletions

View File

@ -57,11 +57,10 @@ public:
as its name and \p address as the server's address and \p factory
to create the socket. \p screen is the local screen.
*/
Client(IEventQueue* events,
const String& name, const NetworkAddress& address,
ISocketFactory* socketFactory,
synergy::Screen* screen,
ClientArgs& args);
Client(IEventQueue* events, const String& name,
const NetworkAddress& address, ISocketFactory* socketFactory,
synergy::Screen* screen, ClientArgs const& args);
~Client();
//! @name manipulators
@ -94,6 +93,7 @@ public:
//! Send dragging file information back to server
void sendDragInfo(UInt32 fileCount, String& info, size_t size);
//@}
//! @name accessors