mirror of
https://github.com/golang/go.git
synced 2025-05-17 21:34:36 +00:00
os: gofmt
As reported by John Papandriopoulos, some parts of CL 216622 weren't properly formatted. Change-Id: I3a76abb6213bb17ef440036295c86d930703b456 Reviewed-on: https://go-review.googlesource.com/c/go/+/269218 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com> Trust: Alberto Donizetti <alb.donizetti@gmail.com> Trust: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
parent
141fa337ad
commit
d7974c31d0
@ -6,7 +6,7 @@ package os
|
|||||||
|
|
||||||
// From DragonFly's <sys/sysctl.h>
|
// From DragonFly's <sys/sysctl.h>
|
||||||
const (
|
const (
|
||||||
_CTL_KERN = 1
|
_CTL_KERN = 1
|
||||||
_KERN_PROC = 14
|
_KERN_PROC = 14
|
||||||
_KERN_PROC_PATHNAME = 9
|
_KERN_PROC_PATHNAME = 9
|
||||||
)
|
)
|
||||||
|
@ -6,7 +6,7 @@ package os
|
|||||||
|
|
||||||
// From FreeBSD's <sys/sysctl.h>
|
// From FreeBSD's <sys/sysctl.h>
|
||||||
const (
|
const (
|
||||||
_CTL_KERN = 1
|
_CTL_KERN = 1
|
||||||
_KERN_PROC = 14
|
_KERN_PROC = 14
|
||||||
_KERN_PROC_PATHNAME = 12
|
_KERN_PROC_PATHNAME = 12
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user