]> granicus.if.org Git - curl/commitdiff
lib1536: checksrc compliance
authorJay Satiro <raysatiro@yahoo.com>
Mon, 28 Nov 2016 08:06:04 +0000 (03:06 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 28 Nov 2016 08:06:04 +0000 (03:06 -0500)
tests/libtest/lib1536.c

index 96725c7518ef7b0ad0bd4f5e3a735003bf335c42..7f5b6149957343b57861f7c4cc453ba980345879 100644 (file)
@@ -72,7 +72,8 @@ int test(char *URL)
   if(memcmp(scheme, "HTTP", 5) != 0) {
     fprintf(stderr, "%s:%d scheme of http resource is incorrect; "
             "expected 'HTTP' but is %s\n",
-            __FILE__, __LINE__, CURLPROTO_HTTP, (scheme == NULL ? "NULL" : "invalid"));
+            __FILE__, __LINE__, CURLPROTO_HTTP,
+            (scheme == NULL ? "NULL" : "invalid"));
     res = CURLE_HTTP_RETURNED_ERROR;
     goto test_cleanup;
   }