mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
hashmap: adjust spacing to fix argument alignment
No actual code changes; just whitespace adjustments. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
6474b86939
commit
97a39a4a93
@@ -92,7 +92,8 @@ static void alloc_table(struct hashmap *map, unsigned int size)
|
||||
}
|
||||
|
||||
static inline int entry_equals(const struct hashmap *map,
|
||||
const struct hashmap_entry *e1, const struct hashmap_entry *e2,
|
||||
const struct hashmap_entry *e1,
|
||||
const struct hashmap_entry *e2,
|
||||
const void *keydata)
|
||||
{
|
||||
return (e1 == e2) ||
|
||||
|
||||
Reference in New Issue
Block a user