corrected style
This commit is contained in:
parent
465a1a2fa5
commit
0de4b6d0fb
1 changed files with 2 additions and 2 deletions
|
@ -2000,9 +2000,9 @@ static bool llama_download_file(CURL * curl, const char * url, const char * path
|
|||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile);
|
||||
|
||||
// display download progress if not sharded
|
||||
if(isShard){
|
||||
if (isShard) {
|
||||
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1L);
|
||||
}else{
|
||||
} else {
|
||||
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0L);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue