Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / mkelfImage / kunzip_src / include / stdarg.h
index 24f3383198d4aad8b455397cb6634e792b32c03f..a3f1f2d5875c86250b2e2f2c461c9ecf59d7a17b 100644 (file)
@@ -136,7 +136,7 @@ void va_end (__gnuc_va_list);               /* Defined in libgcc.a */
 /* Define va_list, if desired, from __gnuc_va_list. */
 /* We deliberately do not define va_list when called from
    stdio.h, because ANSI C says that stdio.h is not supposed to define
-   va_list.  stdio.h needs to have access to that data type, 
+   va_list.  stdio.h needs to have access to that data type,
    but must not use that name.  It should use the name __gnuc_va_list,
    which is safe because it is reserved for the implementation.  */