diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-06-20 00:51:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-06-20 00:51:03 +0200 |
commit | 066811592dbcd49bc36294b244ad64ea08b6fa15 (patch) | |
tree | 658fa74020deddd422fecbbc6c5b9cc840b72acd /lib/curl_schannel.c | |
parent | 72a5813192a84a507d8810a142774df4c9116ba8 (diff) | |
download | curl-066811592dbcd49bc36294b244ad64ea08b6fa15.tar.gz |
schannel_connect_step2: checksrc whitespace fix
Diffstat (limited to 'lib/curl_schannel.c')
-rw-r--r-- | lib/curl_schannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_schannel.c b/lib/curl_schannel.c index 8f4b11cc5..93af11399 100644 --- a/lib/curl_schannel.c +++ b/lib/curl_schannel.c @@ -320,7 +320,7 @@ schannel_connect_step2(struct connectdata *conn, int sockindex) } } - for (;;) { + for(;;) { if(doread) { /* read encrypted handshake data from socket */ code = Curl_read_plain(conn->sock[sockindex], |