aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1500.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1500.c')
-rw-r--r--tests/libtest/lib1500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib1500.c b/tests/libtest/lib1500.c
index f3c495869..73d23a1b7 100644
--- a/tests/libtest/lib1500.c
+++ b/tests/libtest/lib1500.c
@@ -29,8 +29,8 @@
int test(char *URL)
{
- CURL* curls = NULL;
- CURLM* multi = NULL;
+ CURL *curls = NULL;
+ CURLM *multi = NULL;
int still_running;
int i = TEST_ERR_FAILURE;
int res = 0;