diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2009-04-20 15:56:30 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-04-20 15:56:30 -0700 |
commit | 31937531087fb47aa4a3a218e8114b32176f8683 (patch) | |
tree | 45717a07f96c3053df052e084c06db151f1def84 /core/conio.inc | |
parent | f0e7d4b1ffdd5f636632ac4dd88671410f6dd575 (diff) | |
download | syslinux-31937531087fb47aa4a3a218e8114b32176f8683.tar.gz |
Global whitespace cleanup.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/conio.inc')
-rw-r--r-- | core/conio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/conio.inc b/core/conio.inc index aa3fd0ef..8f5a2922 100644 --- a/core/conio.inc +++ b/core/conio.inc @@ -34,7 +34,7 @@ loadkeys: ; Make sure we are at EOF now... call getc jnc .done ; We should be at EOF now! - + ; It was okay, we can now move it into the KbdMap mov si,trackbuf mov di,KbdMap |