hashmap: Fix a whitespace bogon

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2020-02-24 10:28:41 +00:00
parent 97870122dd
commit b6d33785a0
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/