-remove trailing whitespace
[oweals/gnunet.git] / src / set / ibf.c
index 6fe57d11a2a1a7b547e74d5b75b680a4c7b227a8..3b28e15e1ea5e04ecbb22e71fae9050e22c4b25e 100644 (file)
@@ -236,7 +236,7 @@ ibf_decode (struct InvertibleBloomFilter *ibf,
 /**
  * Write buckets from an ibf to a buffer.
  * Exactly (IBF_BUCKET_SIZE*ibf->size) bytes are written to buf.
- * 
+ *
  * @param ibf the ibf to write
  * @param start with which bucket to start
  * @param count how many buckets to write