]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
removed trailing whitespace
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Oct 2004 08:15:40 +0000 (08:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Oct 2004 08:15:40 +0000 (08:15 +0000)
tests/libtest/lib503.c

index 59cf4e6552a43bd34a503f6f1609fb1c21d2512a..aeb85db366c120556ae2183ac52ee3d3d86ee8d8 100644 (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;
 }