aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1536.c
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-11-28 03:06:04 -0500
committerJay Satiro <raysatiro@yahoo.com>2016-11-28 03:06:04 -0500
commit30593d4534ff96fe18e9173e3784278e6147599e (patch)
tree216667b5fd76da94c7500f3127c476eba9990bb1 /tests/libtest/lib1536.c
parent5c4a526388e5d45f332d241b03114eaff98c53ce (diff)
lib1536: checksrc compliance
Diffstat (limited to 'tests/libtest/lib1536.c')
-rw-r--r--tests/libtest/lib1536.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libtest/lib1536.c b/tests/libtest/lib1536.c
index 96725c751..7f5b61499 100644
--- a/tests/libtest/lib1536.c
+++ b/tests/libtest/lib1536.c
@@ -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;
}