From c2d5589662079c04983add3a292f89cf55c9e1e9 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:22 -0700 Subject: [PATCH] Run Nindent on com32/include/sys/stat.h Automatically reformat com32/include/sys/stat.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- com32/include/sys/stat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/include/sys/stat.h b/com32/include/sys/stat.h index ffc4105..41cdf57 100644 --- a/com32/include/sys/stat.h +++ b/com32/include/sys/stat.h @@ -42,8 +42,8 @@ /* These are the only fields in struct stat we emulate */ struct stat { - mode_t st_mode; - off_t st_size; + mode_t st_mode; + off_t st_size; }; /* Only fstat() supported */ -- 2.7.4