From 7154ef2fe155ce34517c8f893ffec6bc1500e6ac Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 22 May 2018 13:19:20 +0200 Subject: src/mainboard: Add space after 'if' Change-Id: Icae1983be6b8c5aebb121be8a383e2613e064122 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26462 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/gizmosphere/gizmo/acpi/sleep.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/gizmosphere') diff --git a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl index edfb4f33ec..ca42623af1 100644 --- a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl +++ b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl @@ -108,7 +108,7 @@ Method(\_WAK, 1) { Store(PWST, Local1) Store(Local1, PWST) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) -- cgit v1.2.3