From 3128ce7a23766ebcc101867b01b5359e5fe82b91 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/types.h 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 --- com32/include/sys/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com32/include/sys/types.h b/com32/include/sys/types.h index 2ab518c..5279a49 100644 --- a/com32/include/sys/types.h +++ b/com32/include/sys/types.h @@ -9,8 +9,8 @@ #include #include -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 -- 2.7.4