summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-12-12 13:32:28 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-12-12 13:32:28 -0800
commit1c7fc2ab27c40eef35fb9cbc3041d68cc2b079ed (patch)
tree20db54394f7c0f71f81033bbf4a85d7e6ac3fa7f
parentd13dbc02285ab12ecc54e0ecca5ed31fa9ade21e (diff)
downloadsyslinux-1c7fc2ab27c40eef35fb9cbc3041d68cc2b079ed.tar.gz
Stealth whitespace cleanup
-rw-r--r--abort.inc1
-rw-r--r--bcopy32.inc2
-rw-r--r--cleanup.inc2
-rw-r--r--getc.inc2
4 files changed, 3 insertions, 4 deletions
diff --git a/abort.inc b/abort.inc
index 4744aa51..a901a0ad 100644
--- a/abort.inc
+++ b/abort.inc
@@ -68,4 +68,3 @@ error_or_command:
aborted_msg db ' aborted.', CR, LF
section .text
-
diff --git a/bcopy32.inc b/bcopy32.inc
index e3a22e13..28b70fad 100644
--- a/bcopy32.inc
+++ b/bcopy32.inc
@@ -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
diff --git a/cleanup.inc b/cleanup.inc
index 10257051..01a161ec 100644
--- a/cleanup.inc
+++ b/cleanup.inc
@@ -1,5 +1,5 @@
;; -----------------------------------------------------------------------
-;;
+;;
;; Copyright 2007 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribute it and/or modify
diff --git a/getc.inc b/getc.inc
index 9dc8dca6..8012a763 100644
--- 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