Run Nindent on com32/include/stdbool.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/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 <hpa@zytor.com>
com32/include/stdbool.h

index 6bc1c76..81cb05f 100644 (file)
@@ -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