removed trailing whitespace
This commit is contained in:
parent
19b284c214
commit
e2fe03df8e
@ -51,7 +51,7 @@ int test(char *URL)
|
|||||||
}
|
}
|
||||||
if(done)
|
if(done)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (res != CURLM_OK) {
|
if (res != CURLM_OK) {
|
||||||
fprintf(stderr, "not okay???\n");
|
fprintf(stderr, "not okay???\n");
|
||||||
break;
|
break;
|
||||||
@ -78,7 +78,7 @@ int test(char *URL)
|
|||||||
curl_multi_remove_handle(m, c);
|
curl_multi_remove_handle(m, c);
|
||||||
curl_easy_cleanup(c);
|
curl_easy_cleanup(c);
|
||||||
curl_multi_cleanup(m);
|
curl_multi_cleanup(m);
|
||||||
|
|
||||||
return CURLE_OK;
|
return CURLE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user