diff options
author | Ian Lance Taylor <iant@golang.org> | 2022-06-13 21:32:25 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-06-14 15:11:17 -0700 |
commit | cf79b1117bd177d3d4c6ed24b6fa243c3628ac2d (patch) | |
tree | b471331b7fd035d6adddf9cc8b1fb8bf738e9fc5 /gcc | |
parent | 6abe341558abec40c9c44d76e7fb4fb3978e894b (diff) | |
download | gcc-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 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 2cf7141..aeada9f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -0058658a9efb6e5c5faa6f0f65949beea5ddbc98 +bbb3a4347714faee620dc205674510a0f20b81ae The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |