diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:20 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:20 -0700 |
commit | 8fddece8f9ec6b801d21379763125a72e811d507 (patch) | |
tree | 209c9c3db776605e38375a5e7ec6920803d4846e | |
parent | 88a901de6c90307298ae2c9548eb0244e10586eb (diff) | |
download | syslinux-8fddece8f9ec6b801d21379763125a72e811d507.tar.gz syslinux-8fddece8f9ec6b801d21379763125a72e811d507.tar.xz syslinux-8fddece8f9ec6b801d21379763125a72e811d507.zip |
Run Nindent on com32/cmenu/libmenu/syslnx.h
Automatically reformat com32/cmenu/libmenu/syslnx.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>
-rw-r--r-- | com32/cmenu/libmenu/syslnx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/com32/cmenu/libmenu/syslnx.h b/com32/cmenu/libmenu/syslnx.h index 755b9690..29649e5d 100644 --- a/com32/cmenu/libmenu/syslnx.h +++ b/com32/cmenu/libmenu/syslnx.h @@ -51,14 +51,14 @@ char issyslinux(void); /* Check if syslinux is running */ -void runsyslinuxcmd(const char *cmd); /* Run specified command */ +void runsyslinuxcmd(const char *cmd); /* Run specified command */ -void gototxtmode(void); /* Change mode to text mode */ +void gototxtmode(void); /* Change mode to text mode */ -void syslinux_idle(void); /* Call syslinux idle loop */ +void syslinux_idle(void); /* Call syslinux idle loop */ /* Run command line with ipappend, returns if kernel image not found If syslinux version too old, then defaults to runsyslinuxcmd */ -void runsyslinuximage(const char*cmd, long ipappend); +void runsyslinuximage(const char *cmd, long ipappend); #endif |