]> Cypherpunks repositories - gostls13.git/commit
gofmt: indent multi-line signatures
authorRobert Griesemer <gri@golang.org>
Tue, 6 Sep 2011 18:27:36 +0000 (11:27 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 6 Sep 2011 18:27:36 +0000 (11:27 -0700)
commitc10679009ad8a072a45d64a1da57de5e17da9c02
tree5f034148fb4405c818c705b4599b51dd4b6336c8
parent686181edfed0f738fe6aafe76fafded9d0be155b
gofmt: indent multi-line signatures

There may be more fine-tuning down the line,
but this CL fixes the most pressing issue at
hand.

Also: gofmt -w src misc

Fixes #1524.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/4975053
misc/cgo/test/helpers.go
src/pkg/go/printer/nodes.go
src/pkg/go/printer/testdata/declarations.golden
src/pkg/go/printer/testdata/declarations.input