aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-10-10 10:33:25 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-10-10 10:33:25 +0200
commit30c65d5424d4696cc3c036abdb1a19d70dae8fef (patch)
treea8939742e4239a8266550f1199878dfb92f39dff
parent223b1992650c5a871db1f87d4bda53af8748f9d0 (diff)
downloadpaccache-30c65d5424d4696cc3c036abdb1a19d70dae8fef.tar.gz
paccache-30c65d5424d4696cc3c036abdb1a19d70dae8fef.tar.zst
remove extra line break
-rw-r--r--pacredir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacredir.c b/pacredir.c
index 9450a83..81256b0 100644
--- a/pacredir.c
+++ b/pacredir.c
@@ -259,7 +259,6 @@ static void * get_http_code(void * data) {
request->service->badcount = 0;
}
-
/* get http status code */
if ((res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &(request->http_code))) != CURLE_OK) {
write_log(stderr, "curl_easy_getinfo() failed: %s\n", curl_easy_strerror(res));