mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
sftp: fix indentation
This commit is contained in:
parent
daa3c450d0
commit
908286b57e
1 changed files with 1 additions and 1 deletions
|
|
@ -2392,7 +2392,7 @@ static CURLcode sftp_done(struct connectdata *conn, CURLcode status,
|
|||
operation */
|
||||
if(!status && !premature && conn->data->set.postquote &&
|
||||
!conn->bits.retry) {
|
||||
sshc->nextstate = SSH_SFTP_POSTQUOTE_INIT;
|
||||
sshc->nextstate = SSH_SFTP_POSTQUOTE_INIT;
|
||||
state(conn, SSH_SFTP_CLOSE);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue