summaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/e350m1
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-22 13:19:20 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 08:49:10 +0000
commit7154ef2fe155ce34517c8f893ffec6bc1500e6ac (patch)
treeb06d44268bdeadf2170e38d873b7bc15c6700358 /src/mainboard/asrock/e350m1
parenta418414a584a832ed58d3c3b07baedc5866fadd0 (diff)
downloadcoreboot-7154ef2fe155ce34517c8f893ffec6bc1500e6ac.tar.xz
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/asrock/e350m1')
-rw-r--r--src/mainboard/asrock/e350m1/acpi/sleep.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asrock/e350m1/acpi/sleep.asl b/src/mainboard/asrock/e350m1/acpi/sleep.asl
index d7cf36570b..0069aa9db2 100644
--- a/src/mainboard/asrock/e350m1/acpi/sleep.asl
+++ b/src/mainboard/asrock/e350m1/acpi/sleep.asl
@@ -107,7 +107,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))