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:
Blue Swirl
2008-12-11 20:30:53 +00:00
parent 3038a07be7
commit 58ca864765
200 changed files with 1661 additions and 1661 deletions

View File

@@ -1,15 +1,15 @@
/*
/*
* Sun (Sparc32/64) partition support
*
*
* Copyright (C) 2004 Stefan Reinauer
*
* This code is based (and copied in many places) from
* This code is based (and copied in many places) from
* mac partition support by 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"
@@ -106,7 +106,7 @@ sunparts_open( sunparts_info_t *di )
parnum = str[0] - 'a';
else
parnum = atol(str);
free( str );
}
@@ -156,7 +156,7 @@ static void
sunparts_probe( __attribute__((unused))sunparts_info_t *dummy )
{
unsigned char *buf = (unsigned char *)POP();
RET ( has_sun_part_magic(buf) );
}