clean up spaces and tabs at the end of lines
This commit is contained in:
24
src/acpi.c
24
src/acpi.c
@@ -1806,8 +1806,8 @@ const device_t acpi_ali_device =
|
||||
"acpi_ali",
|
||||
DEVICE_PCI,
|
||||
VEN_ALI,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_reset,
|
||||
{ NULL },
|
||||
acpi_speed_changed,
|
||||
@@ -1821,8 +1821,8 @@ const device_t acpi_intel_device =
|
||||
"acpi_intel",
|
||||
DEVICE_PCI,
|
||||
VEN_INTEL,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_reset,
|
||||
{ NULL },
|
||||
acpi_speed_changed,
|
||||
@@ -1836,8 +1836,8 @@ const device_t acpi_sis_device =
|
||||
"acpi_sis",
|
||||
DEVICE_PCI,
|
||||
VEN_SIS,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_reset,
|
||||
{ NULL },
|
||||
acpi_speed_changed,
|
||||
@@ -1851,8 +1851,8 @@ const device_t acpi_via_device =
|
||||
"acpi_via",
|
||||
DEVICE_PCI,
|
||||
VEN_VIA,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_reset,
|
||||
{ NULL },
|
||||
acpi_speed_changed,
|
||||
@@ -1867,8 +1867,8 @@ const device_t acpi_via_596b_device =
|
||||
"acpi_via_596b",
|
||||
DEVICE_PCI,
|
||||
VEN_VIA_596B,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_reset,
|
||||
{ NULL },
|
||||
acpi_speed_changed,
|
||||
@@ -1883,8 +1883,8 @@ const device_t acpi_smc_device =
|
||||
"acpi_smc",
|
||||
DEVICE_PCI,
|
||||
VEN_SMC,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_init,
|
||||
acpi_close,
|
||||
acpi_reset,
|
||||
{ NULL },
|
||||
acpi_speed_changed,
|
||||
|
||||
Reference in New Issue
Block a user