From 0a9dd821783e96b6e13ef1647a27f37c71356f78 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:32 -0700 Subject: [PATCH] Run Nindent on dos/stdio.h Automatically reformat dos/stdio.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- dos/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dos/stdio.h b/dos/stdio.h index 97988c2..2c25666 100644 --- a/dos/stdio.h +++ b/dos/stdio.h @@ -8,7 +8,7 @@ typedef unsigned int off_t; int putchar(int); int puts(const char *); -int sprintf(char * buf, const char *fmt, ...); +int sprintf(char *buf, const char *fmt, ...); int vsprintf(char *buf, const char *fmt, va_list args); int printf(const char *fmt, ...); -- 2.7.4