]> Cypherpunks repositories - gostls13.git/commit
improved spacing around if, switch, and for control clauses
authorRobert Griesemer <gri@golang.org>
Tue, 22 Sep 2009 01:07:20 +0000 (18:07 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 22 Sep 2009 01:07:20 +0000 (18:07 -0700)
commit681f86a87f760ae72057fb0ee3345a6eac5a7fce
tree9858cd746eb5f3438b7ad404d018f5d6370b4b9c
parenteae0906bed1c882a90b6627fc82b4ca72906e9b0
improved spacing around if, switch, and for control clauses

R=r
DELTA=89  (82 added, 5 deleted, 2 changed)
OCL=34870
CL=34870
src/pkg/go/printer/printer.go
src/pkg/go/printer/printer_test.go
src/pkg/go/printer/testdata/statements.go [new file with mode: 0644]
src/pkg/go/printer/testdata/statements.golden [new file with mode: 0644]