diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-22 13:19:20 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 08:49:10 +0000 |
commit | 7154ef2fe155ce34517c8f893ffec6bc1500e6ac (patch) | |
tree | b06d44268bdeadf2170e38d873b7bc15c6700358 /src/mainboard/lippert | |
parent | a418414a584a832ed58d3c3b07baedc5866fadd0 (diff) |
src/mainboard: Add space after 'if'
Change-Id: Icae1983be6b8c5aebb121be8a383e2613e064122
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26462
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r-- | src/mainboard/lippert/frontrunner-af/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/lippert/toucan-af/dsdt.asl | 2 |
2 files changed, 2 insertions, 2 deletions
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)) |