aboutsummaryrefslogtreecommitdiff
path: root/src/curl
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/curl
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/curl')
-rw-r--r--src/curl/curl.c4
-rw-r--r--src/curl/curl_reschedule.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index 98bf67d2e..f0ccd7f19 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -594,8 +594,7 @@ GNUNET_CURL_perform2 (struct GNUNET_CURL_Context *ctx,
594 curl -w "foo%{size_request} -XPOST --data "ABC" $URL 594 curl -w "foo%{size_request} -XPOST --data "ABC" $URL
595 the CURLINFO_REQUEST_SIZE should be the whole size of the request 595 the CURLINFO_REQUEST_SIZE should be the whole size of the request
596 including headers and body. 596 including headers and body.
597 */ 597 */GNUNET_break (size_curl <= size_long);
598 GNUNET_break (size_curl <= size_long);
599 598
600 urd = get_url_benchmark_data (url, (unsigned int) response_code); 599 urd = get_url_benchmark_data (url, (unsigned int) response_code);
601 urd->count++; 600 urd->count++;
@@ -730,4 +729,5 @@ GNUNET_CURL_destructor__ (void)
730 curl_global_cleanup (); 729 curl_global_cleanup ();
731} 730}
732 731
732
733/* end of curl.c */ 733/* end of curl.c */
diff --git a/src/curl/curl_reschedule.c b/src/curl/curl_reschedule.c
index c0dc30c95..a1fe55aa5 100644
--- a/src/curl/curl_reschedule.c
+++ b/src/curl/curl_reschedule.c
@@ -197,4 +197,5 @@ GNUNET_CURL_gnunet_scheduler_reschedule (void *cls)
197 rc->task = GNUNET_SCHEDULER_add_now (&context_task, rc); 197 rc->task = GNUNET_SCHEDULER_add_now (&context_task, rc);
198} 198}
199 199
200
200/* end of curl_reschedule.c */ 201/* end of curl_reschedule.c */