tidy-up: more whitespace

Closes #14014
This commit is contained in:
Viktor Szakats 2024-06-25 13:12:30 +02:00
parent def99d8507
commit 2d5aea9c93
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
6 changed files with 1541 additions and 1542 deletions

View File

@ -20,4 +20,3 @@ When asked to do parallel transfers, using --parallel, this option controls
the maximum amount of transfers to do simultaneously. the maximum amount of transfers to do simultaneously.
The default is 50. 300 is the largest supported value. The default is 50. 300 is the largest supported value.

View File

@ -52,7 +52,7 @@
*/ */
static const long vms_cond[] = static const long vms_cond[] =
{ {
CURL_OK, CURL_OK,
CURL_UNSUPPORTED_PROTOCOL, CURL_UNSUPPORTED_PROTOCOL,
CURL_FAILED_INIT, CURL_FAILED_INIT,
@ -138,6 +138,6 @@ static const long vms_cond[] =
CURLE_SSL_CRL_BADFILE, CURLE_SSL_CRL_BADFILE,
CURLE_SSL_ISSUER_ERROR, CURLE_SSL_ISSUER_ERROR,
CURL_CURL_LAST CURL_CURL_LAST
}; };
#endif /* HEADER_CURLMSG_VMS_H */ #endif /* HEADER_CURLMSG_VMS_H */