Skip to content

Commit d7974c3

Browse files
committed
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 <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Alberto Donizetti <[email protected]> Trust: Alberto Donizetti <[email protected]> Trust: Tobias Klauser <[email protected]>
1 parent 141fa33 commit d7974c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/os/executable_dragonfly.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package os
66

77
// From DragonFly's <sys/sysctl.h>
88
const (
9-
_CTL_KERN = 1
10-
_KERN_PROC = 14
11-
_KERN_PROC_PATHNAME = 9
9+
_CTL_KERN = 1
10+
_KERN_PROC = 14
11+
_KERN_PROC_PATHNAME = 9
1212
)

src/os/executable_freebsd.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package os
66

77
// From FreeBSD's <sys/sysctl.h>
88
const (
9-
_CTL_KERN = 1
10-
_KERN_PROC = 14
11-
_KERN_PROC_PATHNAME = 12
9+
_CTL_KERN = 1
10+
_KERN_PROC = 14
11+
_KERN_PROC_PATHNAME = 12
1212
)

0 commit comments

Comments
 (0)