aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1510.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1510.c')
-rw-r--r--tests/libtest/lib1510.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libtest/lib1510.c b/tests/libtest/lib1510.c
index d28bef39a..25e9fed31 100644
--- a/tests/libtest/lib1510.c
+++ b/tests/libtest/lib1510.c
@@ -44,7 +44,8 @@ int test(char *URL)
/* Create fake DNS entries for serverX.example.com for all handles */
for(i=0; i < NUM_URLS; i++) {
- snprintf(dnsentry, sizeof(dnsentry), "server%d.example.com:%s:%s", i + 1, port, address);
+ snprintf(dnsentry, sizeof(dnsentry), "server%d.example.com:%s:%s", i + 1,
+ port, address);
printf("%s\n", dnsentry);
slist2 = curl_slist_append(slist, dnsentry);
if(!slist2) {