aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libtest/lib599.c
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-01-08 19:45:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-01-08 19:45:25 +0000
commit96660a18c5b612ca290c8266e8d90bebccf0dee5 (patch)
tree10f2cc17311582d8f1b00ecf3ab0c4af213b839d /tests/libtest/lib599.c
parent8725a20f0454169f0fff121aa4eb8b115fab95e5 (diff)
parent486467e11b5904b3e04adc2f5fdb96fcfe65da84 (diff)
downloadandroid_external_curl-96660a18c5b612ca290c8266e8d90bebccf0dee5.tar.gz
android_external_curl-96660a18c5b612ca290c8266e8d90bebccf0dee5.tar.bz2
android_external_curl-96660a18c5b612ca290c8266e8d90bebccf0dee5.zip
Merge "Update from 7.55.1 to 7.57.0"
Diffstat (limited to 'tests/libtest/lib599.c')
-rw-r--r--tests/libtest/lib599.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib599.c b/tests/libtest/lib599.c
index 843fb21..0e05977 100644
--- a/tests/libtest/lib599.c
+++ b/tests/libtest/lib599.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -42,7 +42,7 @@ static int progress_callback(void *clientp, double dltotal,
int test(char *URL)
{
CURL *curl;
- CURLcode res=CURLE_OK;
+ CURLcode res = CURLE_OK;
double content_length = 0.0;
if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) {