summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-12 16:24:16 +0000
committerjhb <jhb@FreeBSD.org>2003-11-12 16:24:16 +0000
commit808f6027cfaf8131f5692f04630716407c3d6bf3 (patch)
tree4e0fe713b7d2ca9b025c8eed29f95ecf612353ef /sys/dev/acpica
parent786284b7bac427c0a29deb4a39ab3afe4c98b175 (diff)
downloadFreeBSD-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/acpica')
-rw-r--r--sys/dev/acpica/Osd/OsdInterrupt.c8
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);
}
/*
OpenPOWER on IntegriCloud