Commit 2ab75c0f authored by Mikio Hara's avatar Mikio Hara

syscall: gofmt -w -s

Change-Id: Ib46f1a528e16cd0c2617defbf4dcd1f1b582cdc2
Reviewed-on: https://go-review.googlesource.com/c/go/+/171101
Run-TryBot: Mikio Hara <mikioh.public.networking@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 7ea4cd3f
......@@ -38,9 +38,9 @@ type jsFile struct {
var filesMu sync.Mutex
var files = map[int]*jsFile{
0: &jsFile{},
1: &jsFile{},
2: &jsFile{},
0: {},
1: {},
2: {},
}
func fdToFile(fd int) (*jsFile, error) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment