]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
options: remove mistaken space before paren in prototype
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Mar 2022 10:09:22 +0000 (11:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Mar 2022 10:09:22 +0000 (11:09 +0100)
include/curl/options.h

index 14373b551c795024a133ec43097d3aa5e53417d2..91360b35816b12d66e3f609dc052ae4385d893db 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 2018 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2018 - 2022, Daniel Stenberg, <daniel@haxx.se>, 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);