From: H. Peter Anvin Date: Fri, 29 May 2009 22:10:22 +0000 (-0700) Subject: Run Nindent on com32/include/sys/stat.h X-Git-Tag: syslinux-3.83-pre2~367 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2d5589662079c04983add3a292f89cf55c9e1e9;p=platform%2Fupstream%2Fsyslinux.git 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 --- 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 */