Run Nindent on com32/include/sys/stat.h
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:22 +0000 (15:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:22 +0000 (15:10 -0700)
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 <hpa@zytor.com>
com32/include/sys/stat.h

index ffc4105..41cdf57 100644 (file)
@@ -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 */