diff --git a/src/tool_doswin.c b/src/tool_doswin.c index c195742e3a..0a81692cd0 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -798,7 +798,8 @@ static int read_auth_val(curl_socket_t sock, uint64_t* buf) size_t nread = 0; do { - ssize_t ret = sread(sock, (unsigned char*)buf + nread, sizeof(*buf) - nread); + ssize_t ret = sread(sock, (unsigned char *)buf + nread, + sizeof(*buf) - nread); if(ret <= 0) { if(!ret) errorf("stdin relay peer disconnected");