aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_lc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/fs/gnunet-service-fs_lc.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/fs/gnunet-service-fs_lc.c')
-rw-r--r--src/fs/gnunet-service-fs_lc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_lc.c b/src/fs/gnunet-service-fs_lc.c
index 6460d4f13..a7e78a6ed 100644
--- a/src/fs/gnunet-service-fs_lc.c
+++ b/src/fs/gnunet-service-fs_lc.c
@@ -209,7 +209,7 @@ client_request_destroy (void *cls,
209 * Handle a reply to a pending request. Also called if a request 209 * Handle a reply to a pending request. Also called if a request
210 * expires (then with data == NULL). The handler may be called 210 * expires (then with data == NULL). The handler may be called
211 * many times (depending on the request type), but will not be 211 * many times (depending on the request type), but will not be
212 * called during or after a call to GSF_pending_request_cancel 212 * called during or after a call to GSF_pending_request_cancel
213 * and will also not be called anymore after a call signalling 213 * and will also not be called anymore after a call signalling
214 * expiration. 214 * expiration.
215 * 215 *
@@ -217,7 +217,7 @@ client_request_destroy (void *cls,
217 * @param eval evaluation of the result 217 * @param eval evaluation of the result
218 * @param pr handle to the original pending request 218 * @param pr handle to the original pending request
219 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown" 219 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown"
220 * @param expiration when does 'data' expire? 220 * @param expiration when does 'data' expire?
221 * @param type type of the block 221 * @param type type of the block
222 * @param data response data, NULL on request expiration 222 * @param data response data, NULL on request expiration
223 * @param data_len number of bytes in data 223 * @param data_len number of bytes in data