Remove trailing whitespace

This commit is contained in:
Michael Catanzaro 2019-06-21 10:11:08 -05:00
parent 93ebac014a
commit 5b455175b4

View File

@ -341,7 +341,7 @@ file_builder_allocate_for_hash (FileBuilder *fb,
memset (*bloom_filter, 0, n_bloom_words * sizeof (guint32_le));
/* NOTE - the code to actually fill in the bloom filter here is missing.
* Patches welcome!
* Patches welcome!
*
* http://en.wikipedia.org/wiki/Bloom_filter
* http://0pointer.de/blog/projects/bloom.html