aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_bloomfilter.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/util/test_container_bloomfilter.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/util/test_container_bloomfilter.c')
-rw-r--r--src/util/test_container_bloomfilter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_container_bloomfilter.c b/src/util/test_container_bloomfilter.c
index 0217bad44..67fbaf38b 100644
--- a/src/util/test_container_bloomfilter.c
+++ b/src/util/test_container_bloomfilter.c
@@ -40,6 +40,7 @@ nextHC (struct GNUNET_HashCode *hc)
40 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, hc); 40 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, hc);
41} 41}
42 42
43
43static int 44static int
44add_iterator (void *cls, struct GNUNET_HashCode *next) 45add_iterator (void *cls, struct GNUNET_HashCode *next)
45{ 46{
@@ -53,6 +54,7 @@ add_iterator (void *cls, struct GNUNET_HashCode *next)
53 return GNUNET_YES; 54 return GNUNET_YES;
54} 55}
55 56
57
56int 58int
57main (int argc, char *argv[]) 59main (int argc, char *argv[])
58{ 60{