From e4d0570f00b3b7c870c060a289e15123f7c08c70 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/fdopendir.c Automatically reformat com32/lib/fdopendir.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/fdopendir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/lib/fdopendir.c b/com32/lib/fdopendir.c index 83a7ac6..5fe1161 100644 --- a/com32/lib/fdopendir.c +++ b/com32/lib/fdopendir.c @@ -8,6 +8,6 @@ DIR *fdopendir(int __fd) { - errno = ENOSYS; - return NULL; + errno = ENOSYS; + return NULL; } -- 2.7.4