mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
removed trailing whitespace
This commit is contained in:
parent
19b284c214
commit
e2fe03df8e
@ -51,7 +51,7 @@ int test(char *URL)
|
||||
}
|
||||
if(done)
|
||||
break;
|
||||
|
||||
|
||||
if (res != CURLM_OK) {
|
||||
fprintf(stderr, "not okay???\n");
|
||||
break;
|
||||
@ -78,7 +78,7 @@ int test(char *URL)
|
||||
curl_multi_remove_handle(m, c);
|
||||
curl_easy_cleanup(c);
|
||||
curl_multi_cleanup(m);
|
||||
|
||||
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user