2
0
mirror of https://github.com/curl/curl.git synced 2025-03-01 15:15:34 +08:00

tidy-up: more whitespace

Closes 
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
docs/cmdline-opts
packages/vms

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 default is 50. 300 is the largest supported value.

View File

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