Skip to content

Commit 696d342

Browse files
tklausergopherbot
authored andcommitted
unix: gofmt after CL 621375
Change-Id: Ibcd776913317d3b38b418190fa93c6eae52ffc0d Reviewed-on: https://go-review.googlesource.com/c/sys/+/621955 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
1 parent 60d7877 commit 696d342

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

unix/linux/types.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4137,15 +4137,15 @@ const (
41374137
)
41384138

41394139
type (
4140-
PtpClockCaps C.struct_ptp_clock_caps
4141-
PtpClockTime C.struct_ptp_clock_time
4142-
PtpExttsEvent C.struct_ptp_extts_event
4143-
PtpExttsRequest C.struct_ptp_extts_request
4144-
PtpPeroutRequest C.struct_my_ptp_perout_request
4145-
PtpPinDesc C.struct_ptp_pin_desc
4146-
PtpSysOffset C.struct_ptp_sys_offset
4140+
PtpClockCaps C.struct_ptp_clock_caps
4141+
PtpClockTime C.struct_ptp_clock_time
4142+
PtpExttsEvent C.struct_ptp_extts_event
4143+
PtpExttsRequest C.struct_ptp_extts_request
4144+
PtpPeroutRequest C.struct_my_ptp_perout_request
4145+
PtpPinDesc C.struct_ptp_pin_desc
4146+
PtpSysOffset C.struct_ptp_sys_offset
41474147
PtpSysOffsetExtended C.struct_ptp_sys_offset_extended
4148-
PtpSysOffsetPrecise C.struct_ptp_sys_offset_precise
4148+
PtpSysOffsetPrecise C.struct_ptp_sys_offset_precise
41494149
)
41504150

41514151
const (

0 commit comments

Comments
 (0)