From 94d2ae62059641287e08f3eac82943450f09e6a1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 30 May 2025 09:57:32 +0200 Subject: [PATCH] libssh: adjust indentation Follow-up to 54d04e2536d82d4f859f0e3dd63163f584e3061b #17478 --- lib/vssh/libssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;