]> granicus.if.org Git - curl/commitdiff
very minor indent change
authorDaniel Stenberg <daniel@haxx.se>
Tue, 23 Jan 2007 22:13:05 +0000 (22:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Jan 2007 22:13:05 +0000 (22:13 +0000)
lib/ssh.c

index 9d277a3d5cb43fee00a9d271e06f0352103972c3..9c26dc300e8aa86a6c2be18b1800d325eef2c093 100644 (file)
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -821,9 +821,9 @@ CURLcode Curl_sftp_do(struct connectdata *conn, bool *done)
        * Work on getting the specified file
        */
       sftp->sftp_handle =
-      libssh2_sftp_open(sftp->sftp_session, sftp->path, LIBSSH2_FXF_READ,
-                        LIBSSH2_SFTP_S_IRUSR|LIBSSH2_SFTP_S_IWUSR|
-                        LIBSSH2_SFTP_S_IRGRP|LIBSSH2_SFTP_S_IROTH);
+        libssh2_sftp_open(sftp->sftp_session, sftp->path, LIBSSH2_FXF_READ,
+                          LIBSSH2_SFTP_S_IRUSR|LIBSSH2_SFTP_S_IWUSR|
+                          LIBSSH2_SFTP_S_IRGRP|LIBSSH2_SFTP_S_IROTH);
       if (!sftp->sftp_handle)
         return CURLE_SSH;