aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.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_put.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_put.c')
-rw-r--r--src/fs/gnunet-service-fs_put.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c
index 4b4925d22..5771b5665 100644
--- a/src/fs/gnunet-service-fs_put.c
+++ b/src/fs/gnunet-service-fs_put.c
@@ -82,7 +82,7 @@ static struct PutOperator operators[] = {
82 82
83/** 83/**
84 * Task that is run periodically to obtain blocks for DHT PUTs. 84 * Task that is run periodically to obtain blocks for DHT PUTs.
85 * 85 *
86 * @param cls type of blocks to gather 86 * @param cls type of blocks to gather
87 * @param tc scheduler context (unused) 87 * @param tc scheduler context (unused)
88 */ 88 */
@@ -93,7 +93,7 @@ gather_dht_put_blocks (void *cls,
93 93
94/** 94/**
95 * Task that is run periodically to obtain blocks for DHT PUTs. 95 * Task that is run periodically to obtain blocks for DHT PUTs.
96 * 96 *
97 * @param cls type of blocks to gather 97 * @param cls type of blocks to gather
98 * @param tc scheduler context (unused) 98 * @param tc scheduler context (unused)
99 */ 99 */
@@ -169,7 +169,7 @@ process_dht_put_content (void *cls, const GNUNET_HashCode * key, size_t size,
169 169
170/** 170/**
171 * Task that is run periodically to obtain blocks for DHT PUTs. 171 * Task that is run periodically to obtain blocks for DHT PUTs.
172 * 172 *
173 * @param cls type of blocks to gather 173 * @param cls type of blocks to gather
174 * @param tc scheduler context (unused) 174 * @param tc scheduler context (unused)
175 */ 175 */