]> Cypherpunks repositories - gostls13.git/commit
syscall: make //sys lines not doc comments
authorRuss Cox <rsc@golang.org>
Wed, 18 May 2022 20:42:30 +0000 (16:42 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 19 May 2022 15:32:36 +0000 (15:32 +0000)
commit0aa8a87b5d8f9425ed4c1b66b85e453bef8b7f29
tree32b64e1daaa1f6d87ead56e7e41a92eb7514366c
parent9bc544a1580a67166060aabc5af91227092f6a39
syscall: make //sys lines not doc comments

If they are doc comments then gofmt will put a space between // and sys.
Most of syscall was already this way, following CL 7324056 (in 2013).
These were not.

Change-Id: Ie6ebf82809c199d0d06b87c86045bbb62b687d5f
Reviewed-on: https://go-review.googlesource.com/c/go/+/407136
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
src/syscall/syscall_aix.go
src/syscall/syscall_dragonfly.go
src/syscall/syscall_netbsd.go
src/syscall/syscall_openbsd.go
src/syscall/syscall_plan9.go