Fixed Indenting

This commit is contained in:
KuRi
2013-04-19 23:13:15 +02:00
parent 43aa61f3db
commit 28319c2c0d

View File

@@ -456,7 +456,7 @@ int tls_read(tls_t *tls, void * const buff, const size_t len)
tls->recvbuffermaxlen - tls->recvbufferpos);
if (bytes == 0) {
tls->lasterror = WSAECONNRESET;
tls->lasterror = WSAECONNRESET;
return -1;
}