From 5b455175b4e9566da0e0f28ab6d00a75aa62fd1c Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 21 Jun 2019 10:11:08 -0500 Subject: Remove trailing whitespace --- gvdb-builder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvdb-builder.c b/gvdb-builder.c index 2383e60..cdcd9e4 100644 --- a/gvdb-builder.c +++ b/gvdb-builder.c @@ -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 -- cgit v1.2.1