libssh: adjust indentation

Follow-up to 54d04e2536 #17478
This commit is contained in:
Viktor Szakats 2025-05-30 09:57:32 +02:00
parent b13a7a3ec4
commit 94d2ae6205
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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;