From 6e3ca84838ce53a1deb2a6c50ac208d90dcb02d7 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/stdbool.h Automatically reformat com32/include/stdbool.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/stdbool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/include/stdbool.h b/com32/include/stdbool.h index 6bc1c76..81cb05f 100644 --- a/com32/include/stdbool.h +++ b/com32/include/stdbool.h @@ -10,7 +10,7 @@ #if !defined(__STDC_VERSION__) || (__STDC_VERSION__ < 199901L) # if !defined(__GNUC__) ||(__GNUC__ < 3) - typedef char _Bool; /* For C compilers without _Bool */ +typedef char _Bool; /* For C compilers without _Bool */ # endif #endif -- 2.7.4