]> Cypherpunks repositories - gostls13.git/commit
fix TODO: insert semicolons before any sequence of comments
authorRobert Griesemer <gri@golang.org>
Tue, 15 Dec 2009 16:41:50 +0000 (08:41 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 15 Dec 2009 16:41:50 +0000 (08:41 -0800)
commit55ca7a2644164f0dc33c1c0b4fa89762f0e81e26
treef9e64d67e9a8f48d93ed718e79da2e2db9c5cfc7
parentdec5bb7882baf1cc1935e3c1d5d14965e47aae44
fix TODO: insert semicolons before any sequence of comments
that introduce the newline (important for correct placement
of comments with gofmt when parsing new syntax)

R=rsc
https://golang.org/cl/179055
src/pkg/go/scanner/scanner.go
src/pkg/go/scanner/scanner_test.go