From 4aec82573ed23bc80c1561e6230eb2750a8212ac 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/creat.c Automatically reformat com32/lib/creat.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/creat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/lib/creat.c b/com32/lib/creat.c index 9bd2217..3b4dc61 100644 --- a/com32/lib/creat.c +++ b/com32/lib/creat.c @@ -8,5 +8,5 @@ int creat(const char *pathname, mode_t mode) { - return open(pathname, O_CREAT|O_WRONLY|O_TRUNC, mode); + return open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); } -- 2.7.4