diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-23 14:37:09 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-23 14:37:09 +0100 |
commit | d02011d69fe1e52ec0bc38051eff9ea93a1cc88c (patch) | |
tree | e754312d779e090111000d1c27d666fd318ae144 /src/inspsocket.cpp | |
parent | 2f3c378a3974cc206cf4e184dec9b303ce2ee43a (diff) |
Remove whitespace and minor style changes
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r-- | src/inspsocket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index ea09a8b1d..798cde9b0 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -541,4 +541,3 @@ void StreamSocket::HandleEvent(EventType et, int errornum) OnError(errcode); } } - |