From 37905390b47e12b649c564b9d1963d6e5b5090a6 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/perror.c Automatically reformat dos/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 --- dos/perror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dos/perror.c b/dos/perror.c index e6e8287..99ab2f8 100644 --- a/dos/perror.c +++ b/dos/perror.c @@ -3,5 +3,5 @@ void perror(const char *msg) { - printf("%s: error %s\n", msg, errno); + printf("%s: error %s\n", msg, errno); } -- 2.7.4