formate the space

This commit is contained in:
jianglong0156 2015-06-05 11:45:05 +08:00
parent 33beab2d81
commit 8d011fd457
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ static bool configureCURL(HttpClient* client, CURL* handle, char* errorBuffer)
// Document is here: http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTNOSIGNAL
curl_easy_setopt(handle, CURLOPT_NOSIGNAL, 1L);
curl_easy_setopt(handle, CURLOPT_ACCEPT_ENCODING, "");
curl_easy_setopt(handle, CURLOPT_ACCEPT_ENCODING, "");
return true;
}