gofix: procattr

R=adg
CC=golang-dev
https://golang.org/cl/4274059
This commit is contained in:
Russ Cox 2011-03-15 22:33:57 -04:00
parent bcd6c733b2
commit d7106f280d
7 changed files with 196 additions and 1 deletions

View file

@ -82,7 +82,7 @@ func main() {
const (
tabWidth = 8
parserMode = parser.ParseComments
printerMode = printer.TabIndent
printerMode = printer.TabIndent | printer.UseSpaces
)