summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-06-21 10:11:08 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-06-21 10:11:08 -0500
commit5b455175b4e9566da0e0f28ab6d00a75aa62fd1c (patch)
treed36e9cb35c778cbd3b1a04d448ff23689ecff6fc
parent93ebac014ae8c9de0c5d35b7f4e24110a10c4b31 (diff)
downloadgvdb-5b455175b4e9566da0e0f28ab6d00a75aa62fd1c.tar.gz
Remove trailing whitespace
-rw-r--r--gvdb-builder.c2
1 files changed, 1 insertions, 1 deletions
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