aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall/syscall.go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-06-13 21:32:25 -0700
committerIan Lance Taylor <iant@golang.org>2022-06-14 15:11:17 -0700
commitcf79b1117bd177d3d4c6ed24b6fa243c3628ac2d (patch)
treeb471331b7fd035d6adddf9cc8b1fb8bf738e9fc5 /libgo/go/syscall/syscall.go
parent6abe341558abec40c9c44d76e7fb4fb3978e894b (diff)
downloadgcc-cf79b1117bd177d3d4c6ed24b6fa243c3628ac2d.zip
gcc-cf79b1117bd177d3d4c6ed24b6fa243c3628ac2d.tar.gz
gcc-cf79b1117bd177d3d4c6ed24b6fa243c3628ac2d.tar.bz2
syscall: gofmt
Add blank lines after //sys comments where needed, and then run gofmt on the syscall package with the new formatter. This is the libgo version of CL 407136. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/412074
Diffstat (limited to 'libgo/go/syscall/syscall.go')
-rw-r--r--libgo/go/syscall/syscall.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/syscall/syscall.go b/libgo/go/syscall/syscall.go
index fb41bcc..d84480d 100644
--- a/libgo/go/syscall/syscall.go
+++ b/libgo/go/syscall/syscall.go
@@ -23,7 +23,6 @@
// That is also where updates required by new systems or versions
// should be applied. See https://golang.org/s/go1.4-syscall for more
// information.
-//
package syscall
import "unsafe"