whitespace

This commit is contained in:
Viktor Szakats 2025-07-23 23:03:44 +02:00
parent b9a72842e3
commit 03f5cb63e8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -82,7 +82,7 @@ const struct curl_easyoption *curl_easy_option_by_name(const char *name)
return NULL;
}
const struct curl_easyoption *curl_easy_option_by_id (CURLoption id)
const struct curl_easyoption *curl_easy_option_by_id(CURLoption id)
{
(void)id;
return NULL;