]> Cypherpunks repositories - gostls13.git/commit
gofmt: apply gofmt -w -s src misc
authorRobert Griesemer <gri@golang.org>
Wed, 10 Oct 2012 00:01:28 +0000 (17:01 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 10 Oct 2012 00:01:28 +0000 (17:01 -0700)
commitaf79568fde745795491a6c9f6c918de91a5580eb
treee47a78fb8d43cddcb9a3c5784108752d830faaa5
parent32316bba5b7c198c320681104c9bfcbc622e31df
gofmt: apply gofmt -w -s src misc

Preparation for forthcoming CL 6624051: Will make it
easier to see if/what changes are incurred by it.

The alignment changes in this CL are due to CL 6610051
(fix to alignment heuristic) where it appears that an
old version of gofmt was run (and thus the correct
alignment updates were not done).

R=r
CC=golang-dev
https://golang.org/cl/6639044
src/cmd/cgo/gcc.go
src/cmd/go/build.go
src/pkg/crypto/x509/x509_test.go
src/pkg/exp/html/entity.go
src/pkg/exp/html/token_test.go
src/pkg/html/entity.go
src/pkg/time/time_test.go