mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
tidy-up: whitespace
Cherry-picked from #17877 Cherry-picked from #17876 Closes #17896
This commit is contained in:
parent
202f0752ea
commit
8eab2b7086
70 changed files with 405 additions and 415 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue