Skip to content

Commit bc48cc7

Browse files
committedApr 26, 2019
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 <[email protected]>
1 parent a7dc6ca commit bc48cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/runtime/defs1_netbsd_arm64.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ type itimerval struct {
128128
}
129129

130130
type mcontextt struct {
131-
__gregs [35]uint64
132-
__fregs [4160]byte // _NFREG * 128 + 32 + 32
133-
_ [8]uint64 // future use
131+
__gregs [35]uint64
132+
__fregs [4160]byte // _NFREG * 128 + 32 + 32
133+
_ [8]uint64 // future use
134134
}
135135

136136
type ucontextt struct {

0 commit comments

Comments
 (0)
Please sign in to comment.