Add new ELF ABI defines
[deliverable/binutils-gdb.git] / gas / hash.c
index 094340873fce07b80cfa746232865868ba1f52ee..f2e98a69e8b0409288211c309eccabc71c874311 100644 (file)
@@ -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.  */
This page took 0.022934 seconds and 4 git commands to generate.