clean up spaces and tabs at the end of lines
This commit is contained in:
@@ -130,7 +130,7 @@ const device_t apm_device =
|
||||
0,
|
||||
0,
|
||||
apm_init,
|
||||
apm_close,
|
||||
apm_close,
|
||||
NULL,
|
||||
{ NULL },
|
||||
NULL,
|
||||
@@ -146,7 +146,7 @@ const device_t apm_pci_device =
|
||||
DEVICE_PCI,
|
||||
0,
|
||||
apm_init,
|
||||
apm_close,
|
||||
apm_close,
|
||||
apm_reset,
|
||||
{ NULL },
|
||||
NULL,
|
||||
@@ -162,7 +162,7 @@ const device_t apm_pci_acpi_device =
|
||||
DEVICE_PCI,
|
||||
1,
|
||||
apm_init,
|
||||
apm_close,
|
||||
apm_close,
|
||||
apm_reset,
|
||||
{ NULL },
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user