runtime: gofmt defs1_netbsd_arm64.go

Updates #30824

Change-Id: I3d9ad7896d528d8274ec78378a546b0356986b9d
Reviewed-on: https://go-review.googlesource.com/c/go/+/174078
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Ian Lance Taylor 2019-04-26 06:41:14 -07:00
parent a7dc6ca4b1
commit bc48cc770f
1 changed files with 3 additions and 3 deletions

View File

@ -128,9 +128,9 @@ type itimerval struct {
}
type mcontextt struct {
__gregs [35]uint64
__fregs [4160]byte // _NFREG * 128 + 32 + 32
_ [8]uint64 // future use
__gregs [35]uint64
__fregs [4160]byte // _NFREG * 128 + 32 + 32
_ [8]uint64 // future use
}
type ucontextt struct {