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:
parent
72a5813192
commit
066811592d
@ -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],
|
||||||
|
Loading…
Reference in New Issue
Block a user