mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:03:34 +03:00
checksrc: use space after comma
This commit is contained in:
parent
a6b8fe2a5f
commit
9395999543
37 changed files with 171 additions and 140 deletions
|
|
@ -2242,7 +2242,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
|
|||
DEBUGF(infof(data, "SFTP DONE done\n"));
|
||||
|
||||
/* Check if nextstate is set and move .nextstate could be POSTQUOTE_INIT
|
||||
After nextstate is executed,the control should come back to
|
||||
After nextstate is executed, the control should come back to
|
||||
SSH_SFTP_CLOSE to pass the correct result back */
|
||||
if(sshc->nextstate != SSH_NO_STATE &&
|
||||
sshc->nextstate != SSH_SFTP_CLOSE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue