From 2526fd4a3dc5943dec13266e0ebd99932c853d71 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 22 May 2018 12:29:05 +0200 Subject: src: Remove space after `defined` Change-Id: If450a68e98261ffba4afadbce47c156c7e89e7e4 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26460 Reviewed-by: Marc Jones Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/ec/lenovo/h8/acpi/thermal.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ec/lenovo') diff --git a/src/ec/lenovo/h8/acpi/thermal.asl b/src/ec/lenovo/h8/acpi/thermal.asl index aaced607a8..86fc31158c 100644 --- a/src/ec/lenovo/h8/acpi/thermal.asl +++ b/src/ec/lenovo/h8/acpi/thermal.asl @@ -15,7 +15,7 @@ Scope(\_TZ) { -#if defined (EC_LENOVO_H8_ME_WORKAROUND) +#if defined(EC_LENOVO_H8_ME_WORKAROUND) Name (MEB1, 0) Name (MEB2, 0) #endif @@ -85,7 +85,7 @@ External (\PPKG, MethodObj) } Method(_TMP) { -#if defined (EC_LENOVO_H8_ME_WORKAROUND) +#if defined(EC_LENOVO_H8_ME_WORKAROUND) /* Avoid tripping alarm if ME isn't booted at all yet */ If (LAnd (LNot (MEB1), LEqual (\_SB.PCI0.LPCB.EC.TMP0, 128))) { Return (C2K(40)) @@ -172,7 +172,7 @@ External (\PPKG, MethodObj) } Method(_TMP) { -#if defined (EC_LENOVO_H8_ME_WORKAROUND) +#if defined(EC_LENOVO_H8_ME_WORKAROUND) /* Avoid tripping alarm if ME isn't booted at all yet */ If (LAnd (LNot (MEB2), LEqual (\_SB.PCI0.LPCB.EC.TMP1, 128))) { Return (C2K(40)) -- cgit v1.2.3