aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_bloomfilter.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/util/container_bloomfilter.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/util/container_bloomfilter.c')
-rw-r--r--src/util/container_bloomfilter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/container_bloomfilter.c b/src/util/container_bloomfilter.c
index f9487f98f..08a083df4 100644
--- a/src/util/container_bloomfilter.c
+++ b/src/util/container_bloomfilter.c
@@ -558,8 +558,8 @@ GNUNET_CONTAINER_bloomfilter_load (const char *filename, size_t size,
558 } 558 }
559 bf->bitArraySize = size; 559 bf->bitArraySize = size;
560 bf->addressesPerElement = k; 560 bf->addressesPerElement = k;
561 if (GNUNET_YES != must_read) 561 if (GNUNET_YES != must_read)
562 return bf; /* already done! */ 562 return bf; /* already done! */
563 /* Read from the file what bits we can */ 563 /* Read from the file what bits we can */
564 rbuff = GNUNET_malloc (BUFFSIZE); 564 rbuff = GNUNET_malloc (BUFFSIZE);
565 pos = 0; 565 pos = 0;