summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-04-06 12:17:55 +0000
committerChris Wilson <chris+github@qwirx.com>2015-04-06 12:17:55 +0000
commit255ecd111f07ef793b225b8923af0b4b4b3c3a20 (patch)
treef0edc23785f3ec46450af74209d75225bc10e88f /lib/server
parentf152abd45f13daf1425c0ee32bccfe0d2dd2a647 (diff)
Whitespace and semicolon-after-macro fixes.
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/SocketStreamTLS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/SocketStreamTLS.cpp b/lib/server/SocketStreamTLS.cpp
index 953012d1..e6299bfa 100644
--- a/lib/server/SocketStreamTLS.cpp
+++ b/lib/server/SocketStreamTLS.cpp
@@ -271,7 +271,7 @@ int SocketStreamTLS::Read(void *pBuffer, int NBytes, int Timeout)
{
return 0;
}
-
+
while(true)
{
int r = ::SSL_read(mpSSL, pBuffer, NBytes);