From 8fddece8f9ec6b801d21379763125a72e811d507 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:20 -0700 Subject: [PATCH] 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 --- com32/cmenu/libmenu/syslnx.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com32/cmenu/libmenu/syslnx.h b/com32/cmenu/libmenu/syslnx.h index 755b969..29649e5 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 -- 2.7.4