tidy-up: whitespace fixes

Closes #11972
This commit is contained in:
Viktor Szakats 2023-09-28 11:04:57 +00:00
parent 781242ffa4
commit a8c773845f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 8 additions and 8 deletions

View file

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