From 5d6155d480e2f58d488d0fcf9a440984b987d774 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 23 Feb 1995 06:50:00 -0500 Subject: Fix formatting. From-SVN: r9046 --- gcc/calls.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc') diff --git a/gcc/calls.c b/gcc/calls.c index e59205f..79d8e94 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -124,8 +124,8 @@ int stack_arg_under_construction; static int calls_function PROTO((tree, int)); static int calls_function_1 PROTO((tree, int)); -static void emit_call_1 PROTO((rtx, tree, tree, int, int, rtx, rtx, int, - rtx, int)); +static void emit_call_1 PROTO((rtx, tree, tree, int, int, rtx, rtx, + int, rtx, int)); static void store_one_arg PROTO ((struct arg_data *, rtx, int, int, tree, int)); @@ -338,8 +338,8 @@ prepare_call_address (funexp, fndecl, call_fusage, reg_parm_seen) static void emit_call_1 (funexp, fndecl, funtype, stack_size, struct_value_size, - next_arg_reg, - valreg, old_inhibit_defer_pop, call_fusage, is_const) + next_arg_reg, valreg, old_inhibit_defer_pop, call_fusage, + is_const) rtx funexp; tree fndecl; tree funtype; -- cgit v1.1