From 4cd406f532b3ddb55c518b4d447f473054c46c68 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:24 -0700 Subject: [PATCH] Run Nindent on com32/lib/perror.c Automatically reformat com32/lib/perror.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/perror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/lib/perror.c b/com32/lib/perror.c index 45585cd..ff23b91 100644 --- a/com32/lib/perror.c +++ b/com32/lib/perror.c @@ -8,5 +8,5 @@ void perror(const char *s) { - fprintf(stderr, "%s: error %d\n", s, errno); + fprintf(stderr, "%s: error %d\n", s, errno); } -- 2.7.4