1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

removed trailing whitespace

This commit is contained in:
Daniel Stenberg 2004-10-03 08:15:40 +00:00
parent 19b284c214
commit e2fe03df8e

View File

@ -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;
}