diff options
author | jhb <jhb@FreeBSD.org> | 2003-11-12 16:24:16 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-11-12 16:24:16 +0000 |
commit | 808f6027cfaf8131f5692f04630716407c3d6bf3 (patch) | |
tree | 4e0fe713b7d2ca9b025c8eed29f95ecf612353ef /sys/dev | |
parent | 786284b7bac427c0a29deb4a39ab3afe4c98b175 (diff) | |
download | FreeBSD-src-808f6027cfaf8131f5692f04630716407c3d6bf3.zip FreeBSD-src-808f6027cfaf8131f5692f04630716407c3d6bf3.tar.gz |
Reindent to non-style(9) compliant 4 space indent to match rest of file.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpica/Osd/OsdInterrupt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/acpica/Osd/OsdInterrupt.c b/sys/dev/acpica/Osd/OsdInterrupt.c index be05ca2..e95ee80 100644 --- a/sys/dev/acpica/Osd/OsdInterrupt.c +++ b/sys/dev/acpica/Osd/OsdInterrupt.c @@ -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); } /* |