]> Cypherpunks repositories - gostls13.git/commit
gofmt: make sure there is a newline after
authorRobert Griesemer <gri@golang.org>
Fri, 12 Mar 2010 22:54:06 +0000 (14:54 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 12 Mar 2010 22:54:06 +0000 (14:54 -0800)
commit67f1becad6bae8be8d304eca660a13ed3d67a3c6
tree6fc5445be2dd101cbaf2f31b59da207eb9950d0f
parentee0c35be854ed2f21d3c3bdbcc4a9e5a7bdb4ed2
gofmt: make sure there is a newline after
a /*-style comment at the end of a file

Some minor cleanups/typo fixes along the way.

Fixes an issue where that newline was removed
after applying gofmt.

R=r
CC=golang-dev
https://golang.org/cl/476043
src/pkg/go/printer/printer.go
src/pkg/go/printer/testdata/comments.golden
src/pkg/go/printer/testdata/comments.input
src/pkg/go/printer/testdata/linebreaks.golden
src/pkg/go/printer/testdata/linebreaks.input