From e2fe03df8ed10f1454888af03413f5c554095eec Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 3 Oct 2004 08:15:40 +0000 Subject: removed trailing whitespace --- tests/libtest/lib503.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/lib503.c') diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index 59cf4e655..aeb85db36 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; } -- cgit v1.2.3