sftp: fix indentation

This commit is contained in:
Viktor Szakats 2018-09-04 14:44:47 +00:00
parent daa3c450d0
commit 908286b57e
1 changed files with 1 additions and 1 deletions

View File

@ -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