summaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-05-18 16:46:20 -0400
committerGopher Robot <gobot@golang.org>2022-05-19 15:49:05 +0000
commit946b4baaf6521d521928500b2b57429c149854e7 (patch)
tree4acad539bb1fb52aab5112fb664365ea003c8dd4 /src/sync
parente23cc0844d542688c0956900206fca7c602593c5 (diff)
downloadgo-git-946b4baaf6521d521928500b2b57429c149854e7.tar.gz
all: gofmt main repo
Excluding vendor and testdata. CL 384268 already reformatted most, but these slipped past. The struct in the doc comment in debug/dwarf/type.go was fixed up by hand to indent the first and last lines as well. For #51082. Change-Id: Iad020f83aafd671ff58238fe491907e85923d0c7 Reviewed-on: https://go-review.googlesource.com/c/go/+/407137 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/atomic/doc.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sync/atomic/doc.go b/src/sync/atomic/doc.go
index 805ef956d5..a7d5b46288 100644
--- a/src/sync/atomic/doc.go
+++ b/src/sync/atomic/doc.go
@@ -36,7 +36,6 @@
// The load and store operations, implemented by the LoadT and StoreT
// functions, are the atomic equivalents of "return *addr" and
// "*addr = val".
-//
package atomic
import (