summaryrefslogtreecommitdiff
path: root/com32/modules
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-05-03 17:32:15 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-05-03 17:32:15 -0700
commit28eecd8965aedbd75727fb0797a2e7033d5c54ee (patch)
tree1cac9ffc5f7fe7fd82d59b4accd7b8cf85762f74 /com32/modules
parentf8c463722022008c8412a69f90576d2bf38818ed (diff)
downloadsyslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'com32/modules')
-rw-r--r--com32/modules/Makefile3
-rw-r--r--com32/modules/ethersel.c1
-rw-r--r--com32/modules/mboot.doc3
-rw-r--r--com32/modules/menu.h1
4 files changed, 2 insertions, 6 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index 635d3b4c..e9736d78 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -1,6 +1,6 @@
#ident "$Id$"
## -----------------------------------------------------------------------
-##
+##
## Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
##
## This program is free software; you can redistribute it and/or modify
@@ -95,4 +95,3 @@ spotless: clean
install: all
mkdir -m 755 -p $(INSTALLROOT)$(AUXDIR)
install -m 644 $(MODULES) $(INSTALLROOT)$(AUXDIR)
-
diff --git a/com32/modules/ethersel.c b/com32/modules/ethersel.c
index d4dce9d0..fbbb1b8f 100644
--- a/com32/modules/ethersel.c
+++ b/com32/modules/ethersel.c
@@ -294,4 +294,3 @@ int main(int argc, char *argv[])
fputs("Error: no recognized network card found!\n", stderr);
return 1;
}
-
diff --git a/com32/modules/mboot.doc b/com32/modules/mboot.doc
index 006e46fa..5b4c1f3d 100644
--- a/com32/modules/mboot.doc
+++ b/com32/modules/mboot.doc
@@ -18,10 +18,9 @@ DEFAULT mboot.c32 xen.gz dom0_mem=15000 nosmp noacpi --- linux.gz console=tty0 r
or, as a choice in a menu:
LABEL Xen
- KERNEL mboot.c32
+ KERNEL mboot.c32
APPEND xen.gz dom0_mem=15000 nosmp noacpi --- linux.gz console=tty0 root=/dev/hda1 --- initrd.img
mboot.c32 requires version 2.12 or later of SYSLINUX.
Tim Deegan, May 2005
-
diff --git a/com32/modules/menu.h b/com32/modules/menu.h
index 0589c7a0..3ecd57ad 100644
--- a/com32/modules/menu.h
+++ b/com32/modules/menu.h
@@ -71,4 +71,3 @@ static inline int my_isspace(char c)
}
#endif /* MENU_H */
-