OSDN Git Service

Add missing blanks
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Feb 2001 13:33:14 +0000 (13:33 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Feb 2001 13:33:14 +0000 (13:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39431 138bc75d-0d04-0410-961f-82ee72b054a4

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);
 }