Revert "Events: Use spaces instead of tabs to fix indentation"

This commit is contained in:
Saket Dumbre 2023-04-25 15:33:10 -07:00 committed by GitHub
parent a597e3b247
commit dfe53c71e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ AcpiEvFixedEventInitialize (
Status = AcpiWriteBitRegister ( Status = AcpiWriteBitRegister (
AcpiGbl_FixedEventInfo[i].EnableRegisterId, AcpiGbl_FixedEventInfo[i].EnableRegisterId,
(i == ACPI_EVENT_PCIE_WAKE) ? (i == ACPI_EVENT_PCIE_WAKE) ?
ACPI_ENABLE_EVENT : ACPI_DISABLE_EVENT); ACPI_ENABLE_EVENT : ACPI_DISABLE_EVENT);
if (ACPI_FAILURE (Status)) if (ACPI_FAILURE (Status))
{ {
return (Status); return (Status);