mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08: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) {
|
||||
/* read encrypted handshake data from socket */
|
||||
code = Curl_read_plain(conn->sock[sockindex],
|
||||
|
Loading…
Reference in New Issue
Block a user