mirror of
https://github.com/curl/curl.git
synced 2026-06-06 15:04:15 +03:00
whitespace
This commit is contained in:
parent
b9a72842e3
commit
03f5cb63e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue