summaryrefslogtreecommitdiff
path: root/utils/hashmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hashmap.c')
-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
*/