From 610d46506eb21a60f17d8c64bb6f632afd9d8ef8 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 29 May 2018 11:02:43 +0200 Subject: src/ec: Remove whitespace before tab Change-Id: Ib47cc1ee617aae74a8cfbcb25c1d0c083196f417 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26662 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/ec/lenovo/h8/acpi/ec.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ec/lenovo') diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl index b6121aab1a..76c43a634b 100644 --- a/src/ec/lenovo/h8/acpi/ec.asl +++ b/src/ec/lenovo/h8/acpi/ec.asl @@ -149,7 +149,7 @@ Device(EC) Method(_Q26, 0, NotSerialized) { Notify (AC, 0x80) - \PNOT() + \PNOT() } /* AC status change: not present */ @@ -157,7 +157,7 @@ Device(EC) { Notify (AC, 0x80) Store(0x50, EVNT) - \PNOT() + \PNOT() } Method(_Q2A, 0, NotSerialized) -- cgit v1.2.3