aboutsummaryrefslogtreecommitdiff
path: root/util/autoport/ec_lenovo.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport/ec_lenovo.go')
-rw-r--r--util/autoport/ec_lenovo.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/autoport/ec_lenovo.go b/util/autoport/ec_lenovo.go
index 9384896dc8..e847e76eb8 100644
--- a/util/autoport/ec_lenovo.go
+++ b/util/autoport/ec_lenovo.go
@@ -40,12 +40,12 @@ func LenovoEC(ctx Context) {
}, GPEDefine)
ap.WriteString(
- `Method(_WAK,1)
+ `Method(_WAK, 1)
{
/* ME may not be up yet. */
- Store (0, \_TZ.MEB1)
- Store (0, \_TZ.MEB2)
- Return(Package(){0,0})
+ Store(0, \_TZ.MEB1)
+ Store(0, \_TZ.MEB2)
+ Return(Package() {0, 0})
}
Method(_PTS,1)