aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
-rw-r--r--gcc/ada/gcc-interface/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c
index 014fe36..cfa0791 100644
--- a/gcc/ada/gcc-interface/utils.c
+++ b/gcc/ada/gcc-interface/utils.c
@@ -251,8 +251,8 @@ init_gnat_utils (void)
dummy_node_table = ggc_alloc_cleared_vec_tree (max_gnat_nodes);
/* Initialize the hash table of padded types. */
- pad_type_hash_table = htab_create_ggc (512, pad_type_hash_hash,
- pad_type_hash_eq, 0);
+ pad_type_hash_table
+ = htab_create_ggc (512, pad_type_hash_hash, pad_type_hash_eq, 0);
}
/* Destroy data structures of the utils.c module. */