summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-16 21:34:38 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-16 21:34:38 +0200
commit65349f5c1bbd7ffdf798224689d247a03bf5e3cb (patch)
tree94d694b438296c92706eddb073418f449e71e715 /src
parent70150048022848b6d442b8d71aa37c07b411a66f (diff)
downloadgnunet-65349f5c1bbd7ffdf798224689d247a03bf5e3cb.tar.gz
gnunet-65349f5c1bbd7ffdf798224689d247a03bf5e3cb.zip
do not indent labels
Diffstat (limited to 'src')
-rw-r--r--src/curl/curl_reschedule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/curl/curl_reschedule.c b/src/curl/curl_reschedule.c
index 8232fa800..c0dc30c95 100644
--- a/src/curl/curl_reschedule.c
+++ b/src/curl/curl_reschedule.c
@@ -92,6 +92,7 @@ clean_result (void *response)
92 json_decref (response); 92 json_decref (response);
93} 93}
94 94
95
95/** 96/**
96 * Initialize reschedule context. 97 * Initialize reschedule context.
97 * 98 *