diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-29 11:02:43 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 09:15:51 +0000 |
commit | 610d46506eb21a60f17d8c64bb6f632afd9d8ef8 (patch) | |
tree | 156c65d20fe36d637844823a5442e3473bdda8ec /src/ec/lenovo/h8 | |
parent | 012e7a4ebd7dc3d96f2e56dc13d23856f961828d (diff) |
src/ec: Remove whitespace before tab
Change-Id: Ib47cc1ee617aae74a8cfbcb25c1d0c083196f417
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26662
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/ec/lenovo/h8')
-rw-r--r-- | src/ec/lenovo/h8/acpi/ec.asl | 4 |
1 files changed, 2 insertions, 2 deletions
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) |