aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/include/gnunet_block_lib.h
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index 8e7a59c8b..5e6eca76c 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -238,8 +238,8 @@ GNUNET_BLOCK_get_key (struct GNUNET_BLOCK_Context *ctx,
238 */ 238 */
239struct GNUNET_CONTAINER_BloomFilter * 239struct GNUNET_CONTAINER_BloomFilter *
240GNUNET_BLOCK_construct_bloomfilter (int32_t bf_mutator, 240GNUNET_BLOCK_construct_bloomfilter (int32_t bf_mutator,
241 const GNUNET_HashCode *seen_results, 241 const GNUNET_HashCode * seen_results,
242 unsigned int seen_results_count); 242 unsigned int seen_results_count);
243 243
244 244
245#if 0 /* keep Emacsens' auto-indent happy */ 245#if 0 /* keep Emacsens' auto-indent happy */