diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:27 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:27 -0700 |
commit | 1f25a809ac1cfc7343754a4f5bbfe55b2ac21590 (patch) | |
tree | 9708a4e0a5a9497cd06bb7dd8795201fb24c594d /com32 | |
parent | 72e9659899f1bd87f6599b470136fc2b2a8c89d1 (diff) | |
download | syslinux-1f25a809ac1cfc7343754a4f5bbfe55b2ac21590.tar.gz |
Run Nindent on com32/mboot/mboot.h
Automatically reformat com32/mboot/mboot.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>
Diffstat (limited to 'com32')
-rw-r--r-- | com32/mboot/mboot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/com32/mboot/mboot.h b/com32/mboot/mboot.h index 19a98e00..e5786206 100644 --- a/com32/mboot/mboot.h +++ b/com32/mboot/mboot.h @@ -63,15 +63,15 @@ static inline void error(const char *msg) { - fputs(msg, stderr); + fputs(msg, stderr); } /* mboot.c */ extern struct multiboot_info mbinfo; extern struct syslinux_pm_regs regs; extern struct my_options { - bool solaris; - bool aout; + bool solaris; + bool aout; } opt; /* map.c */ |