white space clean up

This commit is contained in:
Brian Troha 2008-05-03 22:36:28 +00:00
parent d1f32d2e07
commit 6224c41147

View file

@ -1078,7 +1078,7 @@ C1996 MII
C1996 MII C1996 MII
ActualMegatouch 6 rom labels Actual Megatouch 6 rom labels
-------------------------------- --------------------------------
9255-60-01 9255-60-01
@ -1249,7 +1249,7 @@ static DRIVER_INIT(megat3te)
{ 0xf0, 0xaa, 0x0f, 0x0f, 0x55, 0x55, 0xff, 0xab }; { 0xf0, 0xaa, 0x0f, 0x0f, 0x55, 0x55, 0xff, 0xab };
static const UINT8 megat3_ds1204_nvram[16] = static const UINT8 megat3_ds1204_nvram[16] =
{ 0x99, 0x53, 0xfc, 0x29, 0x3a, 0x95, 0x8b, 0x58, 0xca, 0xca, 0x00, 0xc2, 0x30, 0x62, 0x0b, 0x96 }; { 0x99, 0x53, 0xfc, 0x29, 0x3a, 0x95, 0x8b, 0x58, 0xca, 0xca, 0x00, 0xc2, 0x30, 0x62, 0x0b, 0x96 };
ds1204_init(megat3_ds1204_key, megat3_ds1204_nvram); ds1204_init(megat3_ds1204_key, megat3_ds1204_nvram);