From: Richard Kenner Date: Sat, 3 Feb 2001 13:33:14 +0000 (-0500) Subject: Add missing blanks X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a315b9553d911ce519cfaadb7c098a0637cd52b2;p=platform%2Fupstream%2Fgcc.git Add missing blanks From-SVN: r39431 --- diff --git a/gcc/fix-header.c b/gcc/fix-header.c index c2e31f6..380fe86 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -1323,12 +1323,12 @@ fatal VPARAMS ((const char *str, ...)) #endif va_list ap; - VA_START(ap, str); + VA_START (ap, str); #ifndef ANSI_PROTOTYPES str = va_arg (ap, const char *); #endif - v_fatal(str, ap); - va_end(ap); + v_fatal (str, ap); + va_end (ap); }