mirror of
https://github.com/curl/curl.git
synced 2026-08-08 04:33:02 +03:00
tests: fix formatting nits
Also: - lib1948: fix checksrc error TYPEDEFSTRUCT. (detected after formatting) Closes #19754
This commit is contained in:
parent
4be6707910
commit
d73efc62c1
123 changed files with 684 additions and 805 deletions
|
|
@ -39,12 +39,11 @@ static CURLcode t1663_setup(void)
|
|||
return res;
|
||||
}
|
||||
|
||||
static void t1663_parse(
|
||||
const char *input_data,
|
||||
const char *exp_dev,
|
||||
const char *exp_iface,
|
||||
const char *exp_host,
|
||||
CURLcode exp_rc)
|
||||
static void t1663_parse(const char *input_data,
|
||||
const char *exp_dev,
|
||||
const char *exp_iface,
|
||||
const char *exp_host,
|
||||
CURLcode exp_rc)
|
||||
{
|
||||
char *dev = NULL;
|
||||
char *iface = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue