lib: cleanup some whitespace nits
Closes #19588
diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index 909c9a1..5d35ba1 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -277,7 +277,7 @@
if(asn1_object_dump(obj, namebuf, sizeof(namebuf)))
/* make sure the name is null-terminated */
- namebuf [ sizeof(namebuf) - 1] = 0;
+ namebuf[sizeof(namebuf) - 1] = 0;
if(!X509V3_EXT_print(bio_out, ext, 0, 0))
ASN1_STRING_print(bio_out, (ASN1_STRING *)X509_EXTENSION_get_data(ext));
diff --git a/src/tool_operhlp.c b/src/tool_operhlp.c
index e17955b..0d6c2cb 100644
--- a/src/tool_operhlp.c
+++ b/src/tool_operhlp.c
@@ -92,7 +92,7 @@
if(uh) {
char *ptr;
uerr = curl_url_set(uh, CURLUPART_URL, *inurlp,
- CURLU_GUESS_SCHEME|CURLU_NON_SUPPORT_SCHEME);
+ CURLU_GUESS_SCHEME|CURLU_NON_SUPPORT_SCHEME);
if(uerr) {
result = urlerr_cvt(uerr);
goto fail;
diff --git a/src/tool_setopt.c b/src/tool_setopt.c
index ccecd3a..b7039fb 100644
--- a/src/tool_setopt.c
+++ b/src/tool_setopt.c
@@ -623,7 +623,7 @@
if(global->libcurl && !ret && lval) {
/* we only use this for real if --libcurl was used */
ret = easysrc_addf(&easysrc_code, "curl_easy_setopt(hnd, %s, (curl_off_t)%"
- CURL_FORMAT_CURL_OFF_T ");", name, lval);
+ CURL_FORMAT_CURL_OFF_T ");", name, lval);
}
return ret;
diff --git a/src/tool_ssls.c b/src/tool_ssls.c
index 4c9d1ee..40e67a8 100644
--- a/src/tool_ssls.c
+++ b/src/tool_ssls.c
@@ -156,8 +156,8 @@
(void)earlydata_max;
if(!ctx->exported)
fputs("# Your SSL session cache. https://curl.se/docs/ssl-sessions.html\n"
- "# This file was generated by libcurl! Edit at your own risk.\n",
- ctx->fp);
+ "# This file was generated by libcurl! Edit at your own risk.\n",
+ ctx->fp);
r = curlx_base64_encode((const char *)shmac, shmac_len, &enc, &enc_len);
if(r)