Skip to content

Commit

Permalink
common REFACTOR formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Feb 22, 2024
1 parent 5ba3436 commit 97c36da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ url_readdata(void *ptr, size_t size, size_t nmemb, void *userdata)
static void
url_set_protocols(CURL *curl)
{
#if CURL_AT_LEAST_VERSION(7,85,0)
#if CURL_AT_LEAST_VERSION(7, 85, 0)
curl_easy_setopt(curl, CURLOPT_PROTOCOLS_STR, np2srv.url_protocols);
#else
long proto = 0;
Expand Down

0 comments on commit 97c36da

Please sign in to comment.