diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-22 22:55:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-22 22:56:50 +0100 |
commit | de8d6e8f377b5d478cc62036448a75c00c1b9afc (patch) | |
tree | 974fd472d3b2007e0e9b182f3c987a3a9bc9e913 /sd/source | |
parent | 57b5579cb1f6e31f91aba100b84ca1c1f544b2ad (diff) |
Indent
Change-Id: Iabdb9864d7e0e4740331aead895332ec027a82f5
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/remotecontrol/Server.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx index 75d5e2eee3d7..06093bb38104 100644 --- a/sd/source/ui/remotecontrol/Server.cxx +++ b/sd/source/ui/remotecontrol/Server.cxx @@ -327,7 +327,7 @@ bool RemoteServer::connectClient( ::boost::shared_ptr< ClientInfo > pClient, con if ( pClient == *aIt ) { spServer->mAvailableClients.erase( aIt ); - break; + break; } } pCommunicator->launch(); |