From fe840a206468fd53c452fba64ba39b11be8c6bf8 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:21 -0700 Subject: [PATCH] Run Nindent on com32/include/alloca.h Automatically reformat com32/include/alloca.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/alloca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/include/alloca.h b/com32/include/alloca.h index 91ef4c0..8c4067f 100644 --- a/com32/include/alloca.h +++ b/com32/include/alloca.h @@ -9,4 +9,4 @@ #define alloca(size) __builtin_alloca(size) -#endif /* _ALLOCA_H */ +#endif /* _ALLOCA_H */ -- 2.7.4