summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-02-24 10:28:41 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-02-24 10:28:41 +0000
commitb6d33785a089b99bd84ce7637c0a6f6529ad1fa5 (patch)
tree1a69ca506da9277eb6b48b52fb5058d2a08b7a6b
parent97870122dd93a4603a23088f78c7d9eb266806b8 (diff)
downloadnetsurf-b6d33785a089b99bd84ce7637c0a6f6529ad1fa5.tar.gz
netsurf-b6d33785a089b99bd84ce7637c0a6f6529ad1fa5.tar.bz2
hashmap: Fix a whitespace bogon
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--utils/hashmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hashmap.c b/utils/hashmap.c
index 9cdc5a23a..4d9c78869 100644
--- a/utils/hashmap.c
+++ b/utils/hashmap.c
@@ -55,7 +55,7 @@ struct hashmap_s {
* The number of buckets in this map
*/
uint32_t bucket_count;
-
+
/**
* The number of entries in this map
*/