Run Nindent on win32/hello.c
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)
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 <hpa@zytor.com>
win32/hello.c

index b1f7594..4934689 100644 (file)
@@ -8,6 +8,6 @@
 
 int main(void)
 {
-  printf("Hello, World!\n");
-  return 0;
+    printf("Hello, World!\n");
+    return 0;
 }