Reindent to non-style(9) compliant 4 space indent to match rest of file.

This commit is contained in:
John Baldwin 2003-11-12 16:24:16 +00:00
parent 07f0d09e81
commit 284739a942

View File

@ -137,10 +137,10 @@ acpi_OverrideInterruptLevel(UINT32 InterruptNumber)
ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
if (InterruptOverride != 0)
return_ACPI_STATUS(AE_ALREADY_EXISTS);
InterruptOverride = InterruptNumber;
return_ACPI_STATUS(AE_OK);
if (InterruptOverride != 0)
return_ACPI_STATUS(AE_ALREADY_EXISTS);
InterruptOverride = InterruptNumber;
return_ACPI_STATUS(AE_OK);
}
/*