From e983c8460c7674ac7e63099c800d33927d64f112 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 7 Apr 2006 15:03:32 +0100 Subject: [PATCH 1/1] hash: Trivial whitespace cleanups. --- hash.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hash.c b/hash.c index d18cc00..92ca39b 100644 --- a/hash.c +++ b/hash.c @@ -74,10 +74,7 @@ void hash_create(hash_table *t, size_t n) * responsibility of the implementation. */ -void hash_destroy(hash_table *t) -{ - x_free(t->a, t->v); -} +void hash_destroy(hash_table *t) { x_free(t->a, t->v); } /* --- @hash_bin@ --- * * @@ -91,9 +88,7 @@ void hash_destroy(hash_table *t) */ hash_base **hash_bin(hash_table *t, uint32 hash) -{ - return (HASH_BIN(t, hash)); -} + { return (HASH_BIN(t, hash)); } /* --- @hash_extend@ --- * * -- 2.11.0