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