1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-13 13:05:03 -05:00

schannel_connect_step2: checksrc whitespace fix

This commit is contained in:
Daniel Stenberg 2012-06-20 00:51:03 +02:00
parent 72a5813192
commit 066811592d

View File

@ -320,7 +320,7 @@ schannel_connect_step2(struct connectdata *conn, int sockindex)
} }
} }
for (;;) { for(;;) {
if(doread) { if(doread) {
/* read encrypted handshake data from socket */ /* read encrypted handshake data from socket */
code = Curl_read_plain(conn->sock[sockindex], code = Curl_read_plain(conn->sock[sockindex],