diff options
| -rw-r--r-- | lib/SocketClient.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/SocketClient.cc b/lib/SocketClient.cc index f458e18..7054f42 100644 --- a/lib/SocketClient.cc +++ b/lib/SocketClient.cc @@ -84,5 +84,5 @@ void SocketClient::subDo() throw (GeneralException) {  }  void SocketClient::WaitTimeout() { -        WaitFor(timeout); +    WaitFor(timeout);  } | 
