unit1627.c: remove a newline

This commit is contained in:
Daniel Stenberg 2026-03-20 16:55:19 +01:00
parent 6d1d50d65d
commit 73a5288344
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -86,7 +86,6 @@ static CURLcode test_unit1627(const char *arg)
curl_mprintf("Input: %s is not lowercase: %s\n", buffer, get->name);
break;
}
}
for(j = 0; j < CURL_ARRAYSIZE(notokay); j++) {
const struct Curl_scheme *get = Curl_get_scheme(notokay[j]);