From d9a7d592ed00c2fa2f5973231fed2d729c71faf0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 3 May 2000 09:17:29 -0400 Subject: [PATCH] Add missing blank From-SVN: r33628 --- gcc/calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/calls.c b/gcc/calls.c index 3eb79644420..5c12ccfb8a4 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -2890,7 +2890,7 @@ expand_call (exp, target, ignore) #ifdef PREFERRED_STACK_BOUNDARY /* Stack must be properly aligned now. */ if (pass && stack_pointer_delta % preferred_unit_stack_boundary) - abort(); + abort (); #endif /* Generate the actual call instruction. */ -- 2.30.2