mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
very minor indent change
This commit is contained in:
parent
f68323da7d
commit
9e1aef7183
@ -821,9 +821,9 @@ CURLcode Curl_sftp_do(struct connectdata *conn, bool *done)
|
|||||||
* Work on getting the specified file
|
* Work on getting the specified file
|
||||||
*/
|
*/
|
||||||
sftp->sftp_handle =
|
sftp->sftp_handle =
|
||||||
libssh2_sftp_open(sftp->sftp_session, sftp->path, LIBSSH2_FXF_READ,
|
libssh2_sftp_open(sftp->sftp_session, sftp->path, LIBSSH2_FXF_READ,
|
||||||
LIBSSH2_SFTP_S_IRUSR|LIBSSH2_SFTP_S_IWUSR|
|
LIBSSH2_SFTP_S_IRUSR|LIBSSH2_SFTP_S_IWUSR|
|
||||||
LIBSSH2_SFTP_S_IRGRP|LIBSSH2_SFTP_S_IROTH);
|
LIBSSH2_SFTP_S_IRGRP|LIBSSH2_SFTP_S_IROTH);
|
||||||
if (!sftp->sftp_handle)
|
if (!sftp->sftp_handle)
|
||||||
return CURLE_SSH;
|
return CURLE_SSH;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user