From 427f65beb8ae87bbdde82f7005f746f4fb290a82 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 24 Jul 2025 01:46:34 +0200 Subject: [PATCH] tool_setopt.h whitespace --- src/tool_setopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tool_setopt.h b/src/tool_setopt.h index 93c33f4b70..8869f2e781 100644 --- a/src/tool_setopt.h +++ b/src/tool_setopt.h @@ -143,7 +143,7 @@ CURLcode tool_setopt(CURL *curl, bool str, #define my_setopt_offt(x,y,z) \ curl_easy_setopt(x, y, (curl_off_t)(z)) -#define my_setopt_str(x,y,z) \ +#define my_setopt_str(x,y,z) \ curl_easy_setopt(x, y, z) #define my_setopt_enum(x,y,z) \