aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-11-24 19:50:16 -0500
committerJay Satiro <raysatiro@yahoo.com>2016-11-24 19:52:36 -0500
commitc34fa31f3a014e5c4a69ca98c5097f3671cb1c63 (patch)
tree9fa7280912b1bebfb6d110eca7b15656c88833d7 /tests
parent2127457018d22034cb5ea977db654bd603078fc9 (diff)
test1135: Fix curl_easy_duphandle prototype for code style
Follow-up to dbadaeb which changed the style.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test11352
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1135 b/tests/data/test1135
index 960aade8d..f7c6a7ae2 100644
--- a/tests/data/test1135
+++ b/tests/data/test1135
@@ -58,7 +58,7 @@ CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
CURL_EXTERN CURLcode curl_easy_perform(CURL *curl);
CURL_EXTERN void curl_easy_cleanup(CURL *curl);
CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
-CURL_EXTERN CURL* curl_easy_duphandle(CURL *curl);
+CURL_EXTERN CURL *curl_easy_duphandle(CURL *curl);
CURL_EXTERN void curl_easy_reset(CURL *curl);
CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,