diff options
Diffstat (limited to 'util/autoport/ec_fixme.go')
-rw-r--r-- | util/autoport/ec_fixme.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/autoport/ec_fixme.go b/util/autoport/ec_fixme.go index f54bb1ac50..f5d039cac4 100644 --- a/util/autoport/ec_fixme.go +++ b/util/autoport/ec_fixme.go @@ -20,10 +20,10 @@ func FIXMEEC(ctx Context) { } ap.WriteString( - `Method(_WAK,1) + `Method(_WAK, 1) { /* FIXME: EC support */ - Return(Package(){0,0}) + Return(Package() {0, 0}) } Method(_PTS,1) |