From 1d37ad5c2576de9fbadb27717c4f344d050dd418 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/fclose.c Automatically reformat com32/lib/fclose.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/fclose.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/lib/fclose.c b/com32/lib/fclose.c index 41f6a62..f59fcc0 100644 --- a/com32/lib/fclose.c +++ b/com32/lib/fclose.c @@ -5,7 +5,7 @@ #include #include -int fclose(FILE *__f) +int fclose(FILE * __f) { - return close(fileno(__f)); + return close(fileno(__f)); } -- 2.7.4