From 09a8a7886b5f281cf03077b8feb05af5eadc923a Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:23 -0700 Subject: [PATCH] Run Nindent on com32/lib/fputs.c Automatically reformat com32/lib/fputs.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- com32/lib/fputs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/lib/fputs.c b/com32/lib/fputs.c index 4b68f96..84f0c89 100644 --- a/com32/lib/fputs.c +++ b/com32/lib/fputs.c @@ -9,7 +9,7 @@ #include #include -int fputs(const char *s, FILE *file) +int fputs(const char *s, FILE * file) { - return _fwrite(s, strlen(s), file); + return _fwrite(s, strlen(s), file); } -- 2.7.4