diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:31 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:31 -0700 |
commit | 79f6f76db59a5fad65d4b9294fcf17b914f3a34d (patch) | |
tree | c9c7f18e4097719f345e1db0c8ead382f02e8f26 /com32/samples | |
parent | b99529de159ce3c60994b548252f4b2f0a3fcabc (diff) | |
download | syslinux-79f6f76db59a5fad65d4b9294fcf17b914f3a34d.tar.gz syslinux-79f6f76db59a5fad65d4b9294fcf17b914f3a34d.tar.xz syslinux-79f6f76db59a5fad65d4b9294fcf17b914f3a34d.zip |
Run Nindent on com32/samples/localboot.c
Automatically reformat com32/samples/localboot.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 'com32/samples')
-rw-r--r-- | com32/samples/localboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/samples/localboot.c b/com32/samples/localboot.c index 579c7b03..b6f992d6 100644 --- a/com32/samples/localboot.c +++ b/com32/samples/localboot.c @@ -3,7 +3,7 @@ int main(int argc, char *argv[]) { - syslinux_local_boot(argc > 1 ? atoi(argv[1]) : 0); + syslinux_local_boot(argc > 1 ? atoi(argv[1]) : 0); - return 0; + return 0; } |