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/lippert/frontrunner-af/dsdt.asl | 2 +- src/mainboard/lippert/toucan-af/dsdt.asl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/lippert') diff --git a/src/mainboard/lippert/frontrunner-af/dsdt.asl b/src/mainboard/lippert/frontrunner-af/dsdt.asl index f189106839..55f6e09fc6 100644 --- a/src/mainboard/lippert/frontrunner-af/dsdt.asl +++ b/src/mainboard/lippert/frontrunner-af/dsdt.asl @@ -908,7 +908,7 @@ DefinitionBlock ( 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)) diff --git a/src/mainboard/lippert/toucan-af/dsdt.asl b/src/mainboard/lippert/toucan-af/dsdt.asl index f74a44d2f8..71c36b7328 100644 --- a/src/mainboard/lippert/toucan-af/dsdt.asl +++ b/src/mainboard/lippert/toucan-af/dsdt.asl @@ -907,7 +907,7 @@ DefinitionBlock ( 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