From b6d33785a089b99bd84ce7637c0a6f6529ad1fa5 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 24 Feb 2020 10:28:41 +0000 Subject: hashmap: Fix a whitespace bogon Signed-off-by: Daniel Silverstone --- utils/hashmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 */ -- cgit v1.2.3