tool_setopt.h whitespace

This commit is contained in:
Viktor Szakats 2025-07-24 01:46:34 +02:00
parent b12a558673
commit 427f65beb8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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) \