From b0ef380603dcd0597a7ba522279c742397d7dc1d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:37 -0700 Subject: [PATCH] Run Nindent on win32/hello.c Automatically reformat win32/hello.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- win32/hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/hello.c b/win32/hello.c index b1f7594..4934689 100644 --- a/win32/hello.c +++ b/win32/hello.c @@ -8,6 +8,6 @@ int main(void) { - printf("Hello, World!\n"); - return 0; + printf("Hello, World!\n"); + return 0; } -- 2.7.4