Stealth whitespace cleanup
authorH. Peter Anvin <hpa@zytor.com>
Thu, 1 Feb 2007 19:16:24 +0000 (11:16 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 1 Feb 2007 19:16:24 +0000 (11:16 -0800)
Makefile.private
README.menu
TODO
abort.inc
comboot.doc
comboot.inc
font.inc
head.inc
loadhigh.inc

index 63a3bbd..8573aa4 100644 (file)
@@ -35,8 +35,8 @@ burn: isolinux.iso
        cdrecord -v blank=fast isolinux.iso
 
 official:
-       $(MAKE) spotless CC='$(CC) -m32' 
-       $(MAKE) depend CC='$(CC) -m32' 
+       $(MAKE) spotless CC='$(CC) -m32'
+       $(MAKE) depend CC='$(CC) -m32'
        $(MAKE) all CC='$(CC) -m32'
        $(MAKE) dist CC='$(CC) -m32'
 
index 6f0fd83..fe4f909 100644 (file)
@@ -186,13 +186,13 @@ MENU COLOR element ansi foreground background shadow
        represents fully transparent, and #ffffffff represents opaque
        white.
 
-       
+
        "shadow" controls the handling of the graphical console text
        shadow.  Permitted values are "none" (no shadowing), "std" or
        "standard" (standard shadowing - foreground pixels are
        raised), "all" (both background and foreground raised), and
        "rev" or "reverse" (background pixels are raised.)
-       
+
 
        If any field is set to "*" or omitted (at the end of the line)
        then that field is left unchanged.
diff --git a/TODO b/TODO
index e2aacca..93f3194 100644 (file)
--- a/TODO
+++ b/TODO
@@ -31,4 +31,3 @@
 - COM32-based CLI.
 
 - Rewrite the filesystems to run in protected mode C code.
-
index e6bf0d5..fd13652 100644 (file)
--- a/abort.inc
+++ b/abort.inc
@@ -62,4 +62,4 @@ error_or_command:
                mov cx,[OnerrorLen]
                and cx,cx
                jnz on_error
-               jmp enter_command
\ No newline at end of file
+               jmp enter_command
index c99522e..8aaa0e7 100644 (file)
@@ -686,7 +686,7 @@ AX=0017h [3.30] Report video mode change
        which are undefined in the current version of SYSLINUX.
 
        The following bits in BX are currently defined:
-       
+
        Bit 0: graphics mode
 
                Indicates that the mode is a graphics mode, as opposed
index fcaa3a7..0f544c2 100644 (file)
@@ -770,7 +770,7 @@ comapi_userfont:
 .done:         ; CF=0 here
                mov P_AL,al
                ret
-               
+
 ;
 ; INT 22h AX=0019h  Read disk
 ;
index 04080ba..f27f878 100644 (file)
--- a/font.inc
+++ b/font.inc
@@ -75,7 +75,7 @@ use_font:
 
                test byte [UsingVGA], 01h       ; Are we in graphics mode?
                jz .text
-               
+
 .graphics:
                xor cx,cx
                mov cl,bh                       ; CX = bytes/character
index e0682b2..1756207 100644 (file)
--- a/head.inc
+++ b/head.inc
@@ -1,6 +1,6 @@
 ; -*- fundamental -*- (asm-mode sucks)
 ; -----------------------------------------------------------------------
-;   
+;
 ;   Copyright 2006 H. Peter Anvin - All Rights Reserved
 ;
 ;   This program is free software; you can redistribute it and/or modify
index 7d9f57a..283778f 100644 (file)
@@ -88,7 +88,7 @@ load_high:
                sub eax,ecx
                pop bx                          ; <AA> Pausebird function
                jnz .read_loop                  ; More to read...
-               
+
 
 .eof:
                pop es                          ; <AAA> ES