From: Daniel Stenberg Date: Tue, 22 Mar 2022 10:09:22 +0000 (+0100) Subject: options: remove mistaken space before paren in prototype X-Git-Tag: curl-7_83_0~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca2c30bcc08e1c66f6ac45a4653c776e0047d804;p=thirdparty%2Fcurl.git options: remove mistaken space before paren in prototype --- diff --git a/include/curl/options.h b/include/curl/options.h index 14373b551c..91360b3581 100644 --- a/include/curl/options.h +++ b/include/curl/options.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2018 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 2018 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -57,7 +57,7 @@ CURL_EXTERN const struct curl_easyoption * curl_easy_option_by_name(const char *name); CURL_EXTERN const struct curl_easyoption * -curl_easy_option_by_id (CURLoption id); +curl_easy_option_by_id(CURLoption id); CURL_EXTERN const struct curl_easyoption * curl_easy_option_next(const struct curl_easyoption *prev);