Skip to content
Snippets Groups Projects
Commit 06681159 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

schannel_connect_step2: checksrc whitespace fix

parent 72a58131
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment