From b041f888acb608ad6d70d30e5a6d19ae23a9b69c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 30 Oct 2000 21:59:01 +0000 Subject: 2000-10-30 Kazu Hirata * expr.c: Fix formatting. * flonum-copy.c: Likewise. * flonum.h: Likewise. * gasp.c: Likewise. * hash.c: Likewise. --- gas/hash.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gas/hash.c') diff --git a/gas/hash.c b/gas/hash.c index 0943408..f2e98a6 100644 --- a/gas/hash.c +++ b/gas/hash.c @@ -37,8 +37,7 @@ /* An entry in a hash table. */ -struct hash_entry -{ +struct hash_entry { /* Next entry for this hash code. */ struct hash_entry *next; /* String being hashed. */ @@ -52,8 +51,7 @@ struct hash_entry /* A hash table. */ -struct hash_control -{ +struct hash_control { /* The hash array. */ struct hash_entry **table; /* The number of slots in the hash table. */ -- cgit v1.1