From: H. Peter Anvin Date: Wed, 12 Dec 2007 21:32:28 +0000 (-0800) Subject: Stealth whitespace cleanup X-Git-Tag: syslinux-3.54~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c7fc2ab27c40eef35fb9cbc3041d68cc2b079ed;p=profile%2Fivi%2Fsyslinux.git Stealth whitespace cleanup --- diff --git a/abort.inc b/abort.inc index 4744aa5..a901a0a 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 e3a22e1..28b70fa 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 1025705..01a161e 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 9dc8dca..8012a76 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