tests: fix formatting nits

Also:
- lib1948: fix checksrc error TYPEDEFSTRUCT.
  (detected after formatting)

Closes #19754
This commit is contained in:
Viktor Szakats 2025-11-28 21:17:58 +01:00
parent 4be6707910
commit d73efc62c1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
123 changed files with 684 additions and 805 deletions

View file

@ -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;