diff options
| author | Jes Cok <xigua67damn@gmail.com> | 2025-10-21 17:25:19 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-10-21 13:14:55 -0700 |
| commit | 261c561f5abc7cc6a9db62558b788580c306e69a (patch) | |
| tree | a15d05b19971c14a03bfda62a274de02da071974 /src/runtime | |
| parent | c9c78c06ef4eac034c99efedfb4d23a3d51c1d6c (diff) | |
| download | go-261c561f5abc7cc6a9db62558b788580c306e69a.tar.xz | |
all: gofmt -w
Change-Id: Iae74ac910d9db035bb2b726b2128aac09f5b7aae
GitHub-Last-Rev: 7aab5fa8e76df87766e903d7a689ed257d986558
GitHub-Pull-Request: golang/go#75993
Reviewed-on: https://go-review.googlesource.com/c/go/+/713540
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/os_linux_settime32.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/os_linux_settime32.go b/src/runtime/os_linux_settime32.go index 6df7f21dc9..30f95455bf 100644 --- a/src/runtime/os_linux_settime32.go +++ b/src/runtime/os_linux_settime32.go @@ -27,8 +27,8 @@ func timer_settime(timerid int32, flags int32, new, old *itimerspec) int32 { timer32bitOnly.Store(true) } - var newts,oldts itimerspec32 - var new32,old32 *itimerspec32 + var newts, oldts itimerspec32 + var new32, old32 *itimerspec32 if new != nil { newts.it_interval.setNsec(new.it_interval.tv_sec*1e9 + new.it_interval.tv_nsec) |
