aboutsummaryrefslogtreecommitdiff
path: root/src/block
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/block
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/block')
-rw-r--r--src/block/block.c4
-rw-r--r--src/block/plugin_block_fs.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/block/block.c b/src/block/block.c
index ac466337c..238334b66 100644
--- a/src/block/block.c
+++ b/src/block/block.c
@@ -66,7 +66,7 @@ struct GNUNET_BLOCK_Context
66 66
67/** 67/**
68 * Mingle hash with the mingle_number to produce different bits. 68 * Mingle hash with the mingle_number to produce different bits.
69 * 69 *
70 * @param in original hash code 70 * @param in original hash code
71 * @param mingle_number number for hash permutation 71 * @param mingle_number number for hash permutation
72 * @param hc where to store the result. 72 * @param hc where to store the result.
@@ -192,7 +192,7 @@ find_plugin (struct GNUNET_BLOCK_Context *ctx, enum GNUNET_BLOCK_Type type)
192/** 192/**
193 * Function called to validate a reply or a request. For 193 * Function called to validate a reply or a request. For
194 * request evaluation, simply pass "NULL" for the reply_block. 194 * request evaluation, simply pass "NULL" for the reply_block.
195 * Note that it is assumed that the reply has already been 195 * Note that it is assumed that the reply has already been
196 * matched to the key (and signatures checked) as it would 196 * matched to the key (and signatures checked) as it would
197 * be done with the "get_key" function. 197 * be done with the "get_key" function.
198 * 198 *
diff --git a/src/block/plugin_block_fs.c b/src/block/plugin_block_fs.c
index 627f21a10..f9bf4e36e 100644
--- a/src/block/plugin_block_fs.c
+++ b/src/block/plugin_block_fs.c
@@ -40,7 +40,7 @@
40/** 40/**
41 * Function called to validate a reply or a request. For 41 * Function called to validate a reply or a request. For
42 * request evaluation, simply pass "NULL" for the reply_block. 42 * request evaluation, simply pass "NULL" for the reply_block.
43 * Note that it is assumed that the reply has already been 43 * Note that it is assumed that the reply has already been
44 * matched to the key (and signatures checked) as it would 44 * matched to the key (and signatures checked) as it would
45 * be done with the "get_key" function. 45 * be done with the "get_key" function.
46 * 46 *