From: Viktor Szakats Date: Fri, 30 May 2025 07:57:32 +0000 (+0200) Subject: libssh: adjust indentation X-Git-Tag: curl-8_14_1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d2ae62059641287e08f3eac82943450f09e6a1;p=thirdparty%2Fcurl.git libssh: adjust indentation Follow-up to 54d04e2536d82d4f859f0e3dd63163f584e3061b #17478 --- diff --git a/lib/vssh/libssh.c b/lib/vssh/libssh.c index 5ef51ad189..86f1e1a568 100644 --- a/lib/vssh/libssh.c +++ b/lib/vssh/libssh.c @@ -923,7 +923,7 @@ static int myssh_state_upload_init(struct Curl_easy *data, } static int myssh_state_sftp_download_stat(struct Curl_easy *data, - struct ssh_conn *sshc) + struct ssh_conn *sshc) { curl_off_t size; int rc = 0;