replaces four spaces by tabs, where appropriate
This commit is contained in:
@@ -40,7 +40,7 @@ struct private_curl_fetcher_t {
|
||||
CURL* curl;
|
||||
|
||||
/**
|
||||
* Optional HTTP headers
|
||||
* Optional HTTP headers
|
||||
*/
|
||||
struct curl_slist *headers;
|
||||
};
|
||||
|
||||
@@ -34,9 +34,9 @@ struct curl_fetcher_t {
|
||||
fetcher_t interface;
|
||||
|
||||
/**
|
||||
* Destroy a curl_fetcher instance.
|
||||
*/
|
||||
void (*destroy)(curl_fetcher_t *this);
|
||||
* Destroy a curl_fetcher instance.
|
||||
*/
|
||||
void (*destroy)(curl_fetcher_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -66,12 +66,12 @@ plugin_t *plugin_create()
|
||||
(fetcher_constructor_t)curl_fetcher_create, "https://");
|
||||
lib->fetcher->add_fetcher(lib->fetcher,
|
||||
(fetcher_constructor_t)curl_fetcher_create, "ftp://");
|
||||
}
|
||||
else
|
||||
{
|
||||
DBG1("global libcurl initializing failed: %s, curl disabled",
|
||||
}
|
||||
else
|
||||
{
|
||||
DBG1("global libcurl initializing failed: %s, curl disabled",
|
||||
curl_easy_strerror(res));
|
||||
}
|
||||
}
|
||||
return &this->public.plugin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user