diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-03 08:15:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-03 08:15:40 +0000 |
commit | e2fe03df8ed10f1454888af03413f5c554095eec (patch) | |
tree | 9d5cfd46cfee23e3fba69b1a82160d3f8fe39c81 /tests/libtest | |
parent | 19b284c21452b2c50924de3e0a04f5ed8040430d (diff) |
removed trailing whitespace
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib503.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |