summaryrefslogtreecommitdiff
path: root/com32/include/sys
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:22 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:22 -0700
commitc2d5589662079c04983add3a292f89cf55c9e1e9 (patch)
treef07e398dda2d55413153dff1d0195749802d8933 /com32/include/sys
parent787e9c9ad35f143bd9674fb44eb82f3796246d8d (diff)
downloadsyslinux-c2d5589662079c04983add3a292f89cf55c9e1e9.tar.gz
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 <hpa@zytor.com>
Diffstat (limited to 'com32/include/sys')
-rw-r--r--com32/include/sys/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/include/sys/stat.h b/com32/include/sys/stat.h
index ffc41059..41cdf57b 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 */