CURLOPT_SSH_KEYFUNCTION.md: fix minor indent mistake in example

This commit is contained in:
Daniel Stenberg 2025-11-08 17:49:30 +01:00
parent 64489bc3be
commit 7e0d4dd4a8
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -141,7 +141,7 @@ int main(void)
curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, "/home/user/known_hosts");
curl_easy_perform(curl);
}
}
}
~~~