]> Cypherpunks repositories - gostls13.git/commit
2nd attempt: no noIndent for string lists
authorRobert Griesemer <gri@golang.org>
Thu, 5 Nov 2009 22:03:56 +0000 (14:03 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 5 Nov 2009 22:03:56 +0000 (14:03 -0800)
commit666afa1c02e45c60cd110115bc60840a609fb3aa
tree64cff5c9ba88530a8e72ef073505ff554abba1b1
parentf93ecca3979789a56219e21e9bd1797319b850d7
2nd attempt: no noIndent for string lists
- slightly better output in general
- extra indentation where we could do without
  (however that seems better for now that not having the indentation
  where it is needed)
- no information is lost, so a future better approach can fix these
  places up again

R=rsc
http://go/go-review/1017050
src/pkg/go/printer/nodes.go
src/pkg/go/printer/testdata/expressions.golden
src/pkg/go/printer/testdata/expressions.input
src/pkg/go/printer/testdata/expressions.raw
src/pkg/go/printer/testdata/linebreaks.golden