Stealth whitespace cleanup
authorH. Peter Anvin <hpa@zytor.com>
Wed, 12 Dec 2007 21:32:28 +0000 (13:32 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 12 Dec 2007 21:32:28 +0000 (13:32 -0800)
abort.inc
bcopy32.inc
cleanup.inc
getc.inc

index 4744aa5..a901a0a 100644 (file)
--- a/abort.inc
+++ b/abort.inc
@@ -68,4 +68,3 @@ error_or_command:
 aborted_msg    db ' aborted.', CR, LF
 
                section .text
-
index e3a22e1..28b70fa 100644 (file)
@@ -534,7 +534,7 @@ trampoline_to_pm:
                or al,1
                mov cr0,eax             ; Enter protected mode
                jmp PM_CS32:.next       ; Synchronize and go to 32-bit mode
-               
+
                bits 32
 .next:         xor eax,eax
                lldt ax                 ; TR <- 0 to be nice to Intel VT
index 1025705..01a161e 100644 (file)
@@ -1,5 +1,5 @@
 ;; -----------------------------------------------------------------------
-;;   
+;;
 ;;   Copyright 2007 H. Peter Anvin - All Rights Reserved
 ;;
 ;;   This program is free software; you can redistribute it and/or modify
index 9dc8dca..8012a76 100644 (file)
--- a/getc.inc
+++ b/getc.inc
@@ -78,7 +78,7 @@ openfd:
                xor ax,ax
                mov [bx+gc_bufbytes],ax         ; Buffer empty
                mov [bx+gc_unget_cnt],al        ; ungetc buffer empty
-               
+
                inc ax                  ; ZF <- 0
                pop bx
 .ret:          ret