Run Nindent on com32/include/sys/types.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/types.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/types.h

index 2ab518c..5279a49 100644 (file)
@@ -9,8 +9,8 @@
 #include <stddef.h>
 #include <stdint.h>
 
-typedef ptrdiff_t      ssize_t;
-typedef int            mode_t;
-typedef size_t         off_t;
+typedef ptrdiff_t ssize_t;
+typedef int mode_t;
+typedef size_t off_t;
 
 #endif