tidy-up: whitespace

Cherry-picked from #17877
Cherry-picked from #17876

Closes #17896
This commit is contained in:
Viktor Szakats 2025-07-08 13:59:32 +02:00
parent 202f0752ea
commit 8eab2b7086
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
70 changed files with 405 additions and 415 deletions

View file

@ -1107,7 +1107,7 @@ static void wssh_sshc_cleanup(struct ssh_conn *sshc)
#if 0
static CURLcode wscp_done(struct Curl_easy *data,
CURLcode code, bool premature)
CURLcode code, bool premature)
{
CURLcode result = CURLE_OK;
(void)conn;
@ -1118,7 +1118,7 @@ static CURLcode wscp_done(struct Curl_easy *data,
}
static CURLcode wscp_doing(struct Curl_easy *data,
bool *dophase_done)
bool *dophase_done)
{
CURLcode result = CURLE_OK;
(void)conn;
@ -1140,7 +1140,7 @@ static CURLcode wscp_disconnect(struct Curl_easy *data,
#endif
static CURLcode wsftp_done(struct Curl_easy *data,
CURLcode code, bool premature)
CURLcode code, bool premature)
{
struct ssh_conn *sshc = Curl_conn_meta_get(data->conn, CURL_META_SSH_CONN);
(void)premature;
@ -1153,7 +1153,7 @@ static CURLcode wsftp_done(struct Curl_easy *data,
}
static CURLcode wsftp_doing(struct Curl_easy *data,
bool *dophase_done)
bool *dophase_done)
{
CURLcode result = wssh_multi_statemach(data, dophase_done);