mirror of
https://github.com/curl/curl.git
synced 2026-06-01 23:04:15 +03:00
schannel_connect_step2: checksrc whitespace fix
This commit is contained in:
parent
72a5813192
commit
066811592d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue