From 4d8a9bfe2438189694ccb83cf02f49b5f1659ae6 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sat, 11 Aug 2007 16:38:51 +0000 Subject: decl.c, utils2.c: Fix whitespace in last change. * decl.c, utils2.c: Fix whitespace in last change. From-SVN: r127359 --- gcc/ada/utils2.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gcc/ada/utils2.c') diff --git a/gcc/ada/utils2.c b/gcc/ada/utils2.c index fe27288c..9134f03 100644 --- a/gcc/ada/utils2.c +++ b/gcc/ada/utils2.c @@ -1542,11 +1542,12 @@ build_call_raise (int msg, Node_Id gnat_node, char kind) static int compare_elmt_bitpos (const PTR rt1, const PTR rt2) { - const_tree const elmt1 = * (const_tree const*) rt1; - const_tree const elmt2 = * (const_tree const*) rt2; + const_tree const elmt1 = * (const_tree const *) rt1; + const_tree const elmt2 = * (const_tree const *) rt2; const_tree const field1 = TREE_PURPOSE (elmt1); const_tree const field2 = TREE_PURPOSE (elmt2); - const int ret = tree_int_cst_compare (bit_position (field1), bit_position (field2)); + const int ret + = tree_int_cst_compare (bit_position (field1), bit_position (field2)); return ret ? ret : (int) (DECL_UID (field1) - DECL_UID (field2)); } -- cgit v1.1