src: Use tabs for indentation

Change-Id: I6b40aaf5af5d114bbb0cd227dfd50b0ee19eebba
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28934
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS
2018-10-05 10:36:45 +02:00
committed by Patrick Georgi
parent d9169f826a
commit 88607a4b10
44 changed files with 146 additions and 146 deletions

View File

@@ -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 ()

View File

@@ -193,7 +193,7 @@ Device (EC0)
} Else {
Return (Zero)
}
}
}
Method (_ON) {
If (FCOS) {
Store (One, FSL4)