summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:37 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:37 -0700
commitb0ef380603dcd0597a7ba522279c742397d7dc1d (patch)
treeb59f0dee1eaf2e86692bbe8c4c9d54ff51fac661 /win32
parentcf1f066e3efd2f9ec8235ff9df94635a60b8d4f9 (diff)
downloadsyslinux-b0ef380603dcd0597a7ba522279c742397d7dc1d.tar.gz
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 <hpa@zytor.com>
Diffstat (limited to 'win32')
-rw-r--r--win32/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/hello.c b/win32/hello.c
index b1f75944..4934689b 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;
}