summaryrefslogtreecommitdiff
path: root/graphics.inc
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 /graphics.inc
parentf8c463722022008c8412a69f90576d2bf38818ed (diff)
downloadsyslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'graphics.inc')
-rw-r--r--graphics.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics.inc b/graphics.inc
index df3b3a04..1b067688 100644
--- a/graphics.inc
+++ b/graphics.inc
@@ -1,6 +1,6 @@
;; $Id$
;; -----------------------------------------------------------------------
-;;
+;;
;; Copyright 1994-2002 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@ vgadisplayfile:
xor bx,bx ; First register number
mov cx,16 ; 16 registers
int 10h
-
+
.movecursor:
mov ax,[es:xbs_vgabuf+6] ; Number of pixel rows
mov dx,[VGAFontSize]
@@ -333,4 +333,3 @@ VGAFileBuf resb FILENAME_MAX ; Unmangled VGA image name
%endif
VGAFileBufEnd equ $
VGAFileMBuf resb FILENAME_MAX ; Mangled VGA image name
-