Add missing blanks
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 3 Feb 2001 13:33:14 +0000 (08:33 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 3 Feb 2001 13:33:14 +0000 (08:33 -0500)
From-SVN: r39431

gcc/fix-header.c

index c2e31f6..380fe86 100644 (file)
@@ -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);
 }