aboutsummaryrefslogtreecommitdiff
path: root/src/set/ibf.h
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/set/ibf.h
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/set/ibf.h')
-rw-r--r--src/set/ibf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/ibf.h b/src/set/ibf.h
index a020c713f..1099f6aa2 100644
--- a/src/set/ibf.h
+++ b/src/set/ibf.h
@@ -103,7 +103,7 @@ struct InvertibleBloomFilter
103/** 103/**
104 * Write buckets from an ibf to a buffer. 104 * Write buckets from an ibf to a buffer.
105 * Exactly (IBF_BUCKET_SIZE*ibf->size) bytes are written to buf. 105 * Exactly (IBF_BUCKET_SIZE*ibf->size) bytes are written to buf.
106 * 106 *
107 * @param ibf the ibf to write 107 * @param ibf the ibf to write
108 * @param start with which bucket to start 108 * @param start with which bucket to start
109 * @param count how many buckets to write 109 * @param count how many buckets to write