Skip to content

Commit

Permalink
os: gofmt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tklauser committed Nov 12, 2020
1 parent 141fa33 commit d7974c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/os/executable_dragonfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package os

// From DragonFly's <sys/sysctl.h>
const (
_CTL_KERN = 1
_KERN_PROC = 14
_KERN_PROC_PATHNAME = 9
_CTL_KERN = 1
_KERN_PROC = 14
_KERN_PROC_PATHNAME = 9
)
6 changes: 3 additions & 3 deletions src/os/executable_freebsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package os

// From FreeBSD's <sys/sysctl.h>
const (
_CTL_KERN = 1
_KERN_PROC = 14
_KERN_PROC_PATHNAME = 12
_CTL_KERN = 1
_KERN_PROC = 14
_KERN_PROC_PATHNAME = 12
)

0 comments on commit d7974c3

Please sign in to comment.