mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
if () => if()
while () => while() and some other minor re-indentings
This commit is contained in:
parent
33f7ac06c3
commit
cbd1a77ec2
38 changed files with 356 additions and 351 deletions
|
|
@ -1801,7 +1801,7 @@ static CURLcode ssh_easy_statemach(struct connectdata *conn)
|
|||
struct ssh_conn *sshc = &conn->proto.sshc;
|
||||
CURLcode result = CURLE_OK;
|
||||
|
||||
while (sshc->state != SSH_STOP) {
|
||||
while(sshc->state != SSH_STOP) {
|
||||
result = ssh_statemach_act(conn);
|
||||
if(result) {
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue