summaryrefslogtreecommitdiff
path: root/gcc/c-aux-info.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-06 22:59:57 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-06 22:59:57 +0000
commit37808e3a06df2a78362bff6389cc0b2e2812f490 (patch)
tree9ed16f1465684c89cd2e6d3969753dc718b25ad2 /gcc/c-aux-info.c
parente54293e1b439fdc08b51ca5f04bd25d6ae9ba17c (diff)
downloadgcc-37808e3a06df2a78362bff6389cc0b2e2812f490.tar.gz
reformat a little to match GNU coding standards.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14023 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-aux-info.c')
-rw-r--r--gcc/c-aux-info.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c
index 429601f21fa..2114a86e959 100644
--- a/gcc/c-aux-info.c
+++ b/gcc/c-aux-info.c
@@ -178,10 +178,10 @@ gen_formal_list_for_type (fntype, style)
formal_list = concat (formal_list, ", ");
this_type = gen_type ("", TREE_VALUE (formal_type), ansi);
- formal_list =
- (strlen (this_type))
- ? concat (formal_list, affix_data_type (this_type))
- : concat (formal_list, data_type);
+ formal_list
+ = ((strlen (this_type))
+ ? concat (formal_list, affix_data_type (this_type))
+ : concat (formal_list, data_type));
formal_type = TREE_CHAIN (formal_type);
}