mirror of
https://github.com/golang/sys.git
synced 2026-01-29 15:12:09 +03:00
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>
This commit is contained in:
committed by
Gopher Robot
parent
60d787735c
commit
696d3420cc
@@ -4137,15 +4137,15 @@ const (
|
||||
)
|
||||
|
||||
type (
|
||||
PtpClockCaps C.struct_ptp_clock_caps
|
||||
PtpClockTime C.struct_ptp_clock_time
|
||||
PtpExttsEvent C.struct_ptp_extts_event
|
||||
PtpExttsRequest C.struct_ptp_extts_request
|
||||
PtpPeroutRequest C.struct_my_ptp_perout_request
|
||||
PtpPinDesc C.struct_ptp_pin_desc
|
||||
PtpSysOffset C.struct_ptp_sys_offset
|
||||
PtpClockCaps C.struct_ptp_clock_caps
|
||||
PtpClockTime C.struct_ptp_clock_time
|
||||
PtpExttsEvent C.struct_ptp_extts_event
|
||||
PtpExttsRequest C.struct_ptp_extts_request
|
||||
PtpPeroutRequest C.struct_my_ptp_perout_request
|
||||
PtpPinDesc C.struct_ptp_pin_desc
|
||||
PtpSysOffset C.struct_ptp_sys_offset
|
||||
PtpSysOffsetExtended C.struct_ptp_sys_offset_extended
|
||||
PtpSysOffsetPrecise C.struct_ptp_sys_offset_precise
|
||||
PtpSysOffsetPrecise C.struct_ptp_sys_offset_precise
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user