From 03f5cb63e8bc9e119f036420df459e35d8357462 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 23 Jul 2025 23:03:44 +0200 Subject: [PATCH] whitespace --- lib/easygetopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/easygetopt.c b/lib/easygetopt.c index 0113121632..7ac39bc634 100644 --- a/lib/easygetopt.c +++ b/lib/easygetopt.c @@ -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;