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,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) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user