From 42e94a45f92dea6a394a8de2c4deab5580213415 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/chdir.c Automatically reformat com32/lib/chdir.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/chdir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/lib/chdir.c b/com32/lib/chdir.c index 88dceec..6f92d66 100644 --- a/com32/lib/chdir.c +++ b/com32/lib/chdir.c @@ -8,6 +8,6 @@ int chdir(const char *path) { - errno = ENOSYS; - return -1; + errno = ENOSYS; + return -1; } -- 2.7.4