summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-16 21:26:25 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-16 21:26:25 +0200
commit70150048022848b6d442b8d71aa37c07b411a66f (patch)
tree8bfc582678d6027affdc0521adf8a5b48a21d3d1 /src
parentc08131d6c72570825bfbedcc2c06175deff274c8 (diff)
downloadgnunet-70150048022848b6d442b8d71aa37c07b411a66f.tar.gz
gnunet-70150048022848b6d442b8d71aa37c07b411a66f.zip
reindentation
Diffstat (limited to 'src')
-rw-r--r--src/curl/curl_reschedule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/curl/curl_reschedule.c b/src/curl/curl_reschedule.c
index 9001f222d..8232fa800 100644
--- a/src/curl/curl_reschedule.c
+++ b/src/curl/curl_reschedule.c
@@ -144,7 +144,6 @@ context_task (void *cls)
144 struct GNUNET_TIME_Relative delay; 144 struct GNUNET_TIME_Relative delay;
145 145
146 rc->task = NULL; 146 rc->task = NULL;
147
148 GNUNET_CURL_perform2 (rc->ctx, rc->parser, rc->cleaner); 147 GNUNET_CURL_perform2 (rc->ctx, rc->parser, rc->cleaner);
149 max_fd = -1; 148 max_fd = -1;
150 timeout = -1; 149 timeout = -1;