fix editorconfig
This commit is contained in:
parent
c8f28909dc
commit
48de4da428
1 changed files with 2 additions and 3 deletions
|
@ -2470,7 +2470,6 @@ static bool llama_download_file(const std::string & url, const std::string & pat
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
long http_code = 0;
|
||||
curl_easy_getinfo (curl.get(), CURLINFO_RESPONSE_CODE, &http_code);
|
||||
if (http_code < 200 || http_code >= 400) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue