From: Daniel Stenberg Date: Sun, 3 Oct 2004 08:15:40 +0000 (+0000) Subject: removed trailing whitespace X-Git-Tag: curl-7_12_2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2fe03df8ed10f1454888af03413f5c554095eec;p=thirdparty%2Fcurl.git removed trailing whitespace --- diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index 59cf4e6552..aeb85db366 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -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; }