mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile/internal/gc: gofmt
Commit 36a80c5 introduced formatting errors.
Change-Id: I6d5b231200cd7abcd5b94c1a3f4e99f10ee11c4f
Reviewed-on: https://go-review.googlesource.com/23513
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
This commit is contained in:
parent
53af0d3476
commit
e149624ebb
3 changed files with 14 additions and 15 deletions
|
|
@ -672,7 +672,6 @@ func funcargs2(t *Type) {
|
|||
var funcstack []*Node // stack of previous values of Curfn
|
||||
var Funcdepth int32 // len(funcstack) during parsing, but then forced to be the same later during compilation
|
||||
|
||||
|
||||
// start the function.
|
||||
// called before funcargs; undone at end of funcbody.
|
||||
func funcstart(n *Node) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue