mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Delete extra whitespace at the end of line, which annoys quilt
git-svn-id: svn://coreboot.org/openbios/openbios-devel@284 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
/*
|
||||
/*
|
||||
* Creation Date: <2004/08/28 18:38:22 greg>
|
||||
* Time-stamp: <2004/08/28 18:38:22 greg>
|
||||
*
|
||||
*
|
||||
* <pearpc.c>
|
||||
*
|
||||
*
|
||||
* Copyright (C) 2004, Greg Watson
|
||||
*
|
||||
*
|
||||
* derived from mol.c
|
||||
*
|
||||
* Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se)
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* version 2
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#include "openbios/config.h"
|
||||
@@ -116,7 +116,7 @@ availchar( void )
|
||||
{
|
||||
if( !tty_avail() )
|
||||
return 0;
|
||||
|
||||
|
||||
if( ttychar < 0 )
|
||||
ttychar = inb(UART_BASE);
|
||||
return (ttychar >= 0);
|
||||
@@ -172,7 +172,7 @@ dump_nvram(void)
|
||||
{
|
||||
printk (" ");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user