Skip to content

Commit 844712a

Browse files
authored
proc: run gofmt (#3851)
1 parent e9616a7 commit 844712a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎pkg/proc/amd64util/xsave.go‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ func (xstate *AMD64Xstate) Decode() []proc.Register {
7474
const (
7575
_XSTATE_MAX_KNOWN_SIZE = 2969
7676

77-
_XSAVE_XMM_REGION_START = 160
78-
_XSAVE_HEADER_START = 512
79-
_XSAVE_HEADER_LEN = 64
80-
_XSAVE_EXTENDED_REGION_START = 576
81-
_XSAVE_SSE_REGION_LEN = 416
77+
_XSAVE_XMM_REGION_START = 160
78+
_XSAVE_HEADER_START = 512
79+
_XSAVE_HEADER_LEN = 64
80+
_XSAVE_EXTENDED_REGION_START = 576
81+
_XSAVE_SSE_REGION_LEN = 416
8282
)
8383

8484
// AMD64XstateRead reads a byte array containing an XSAVE area into regset.

0 commit comments

Comments
 (0)