Run Nindent on com32/include/alloca.h
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:21 +0000 (15:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:21 +0000 (15:10 -0700)
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 <hpa@zytor.com>
com32/include/alloca.h

index 91ef4c0..8c4067f 100644 (file)
@@ -9,4 +9,4 @@
 
 #define alloca(size) __builtin_alloca(size)
 
-#endif                         /* _ALLOCA_H */
+#endif /* _ALLOCA_H */