]> Cypherpunks repositories - gostls13.git/commitdiff
os: gofmt -w -s
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 14 Nov 2016 00:17:15 +0000 (09:17 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 15 Nov 2016 03:55:56 +0000 (03:55 +0000)
Change-Id: I9a42cb55544185ade20b2a4a9de5d39a6cfc6fc6
Reviewed-on: https://go-review.googlesource.com/33172
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/os/executable_procfs.go

index 597ab7dd54130b08d9c663311b4ea94580d4b47a..a6c8f45189a4c08cdf6b2376701af1e949120e2c 100644 (file)
@@ -14,7 +14,7 @@ import (
 // We query the executable path at init time to avoid the problem of
 // readlink returns a path appended with " (deleted)" when the original
 // binary gets deleted.
-var executablePath, executablePathErr = func () (string, error) {
+var executablePath, executablePathErr = func() (string, error) {
        var procfn string
        switch runtime.GOOS {
        default: