gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 148/153: sftp: fix indentation


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 148/153: sftp: fix indentation
Date: Tue, 11 Sep 2018 12:53:39 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 908286b57ec79461e958ef8e0f8021dd713a0b39
Author: Viktor Szakats <address@hidden>
AuthorDate: Tue Sep 4 14:44:47 2018 +0000

    sftp: fix indentation
---
 lib/ssh-libssh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ssh-libssh.c b/lib/ssh-libssh.c
index 88f3aa63e..7d590891c 100644
--- a/lib/ssh-libssh.c
+++ b/lib/ssh-libssh.c
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]