tidy-up: whitespace/indent

Closes #17925
This commit is contained in:
Viktor Szakats 2025-07-14 13:48:52 +02:00
parent e9ae1bd404
commit 3222eabe18
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 45 additions and 47 deletions

View file

@ -941,7 +941,7 @@ static ParameterError set_data(cmdline_t cmd,
if(curlx_dyn_len(&config->postdata)) {
/* skip separator append for --json */
if(!err && (cmd != C_JSON) &&
if(!err && (cmd != C_JSON) &&
curlx_dyn_addn(&config->postdata, "&", 1))
err = PARAM_NO_MEM;
}