]> Cypherpunks repositories - gostls13.git/commit
fix a comment formatting bug:
authorRobert Griesemer <gri@golang.org>
Fri, 6 Nov 2009 01:02:29 +0000 (17:02 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 6 Nov 2009 01:02:29 +0000 (17:02 -0800)
commit6c13f8f10edcee50c99379945e94cb2c58006178
treebbc688a50a6f320d2f3575f6420bd96eceb6a8ad
parentfa57417dbd86ebf146372141879f4723af38847f
fix a comment formatting bug:
- this ensures better comment formatting in template.go and codec_test.go
- it affects only 2 files of all files that have been gofmt'ed already,
  see separate CL (it fixes the same issue in those files)

R=rsc
http://go/go-review/1023002
src/pkg/go/printer/printer.go
src/pkg/go/printer/testdata/comments.golden
src/pkg/go/printer/testdata/comments.input