]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libssh: adjust indentation
authorViktor Szakats <commit@vsz.me>
Fri, 30 May 2025 07:57:32 +0000 (09:57 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 30 May 2025 07:58:19 +0000 (09:58 +0200)
Follow-up to 54d04e2536d82d4f859f0e3dd63163f584e3061b #17478

lib/vssh/libssh.c

index 5ef51ad189c513b9903cafcef097fbf82136fc45..86f1e1a568bfc413304f414ccb0a2521a34acc64 100644 (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;