From 88607a4b1002ed6acc7f316f274feea2fd861095 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 5 Oct 2018 10:36:45 +0200 Subject: src: Use tabs for indentation Change-Id: I6b40aaf5af5d114bbb0cd227dfd50b0ee19eebba Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/28934 Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/ec/roda/it8518/acpi/ec.asl | 22 +++++++++++----------- src/ec/smsc/mec1308/acpi/ec.asl | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/ec') diff --git a/src/ec/roda/it8518/acpi/ec.asl b/src/ec/roda/it8518/acpi/ec.asl index e0639e2590..94b00ce067 100644 --- a/src/ec/roda/it8518/acpi/ec.asl +++ b/src/ec/roda/it8518/acpi/ec.asl @@ -146,12 +146,12 @@ Device (EC0) { Store ("-----> EC: _Q43", Debug) - Store (BRIG, Local0) - Increment (Local0) - If (LGreater (Local0, 0xAA)) { + Store (BRIG, Local0) + Increment (Local0) + If (LGreater (Local0, 0xAA)) { Store (0xAA, Local0) - } - Store (Local0, BRIG) + } + Store (Local0, BRIG) \_SB.PCI0.GFX0.INCB () @@ -162,13 +162,13 @@ Device (EC0) { Store ("-----> EC: _Q44", Debug) - Store (BRIG, Local0) - Decrement (Local0) - If (LLess (Local0, 0xA0)) - { + Store (BRIG, Local0) + Decrement (Local0) + If (LLess (Local0, 0xA0)) + { Store (0xA0, Local0) - } - Store (Local0, BRIG) + } + Store (Local0, BRIG) \_SB.PCI0.GFX0.DECB () diff --git a/src/ec/smsc/mec1308/acpi/ec.asl b/src/ec/smsc/mec1308/acpi/ec.asl index 39a27e1607..a7a07393fa 100644 --- a/src/ec/smsc/mec1308/acpi/ec.asl +++ b/src/ec/smsc/mec1308/acpi/ec.asl @@ -193,7 +193,7 @@ Device (EC0) } Else { Return (Zero) } - } + } Method (_ON) { If (FCOS) { Store (One, FSL4) -- cgit v1.2.3