gofmt-ify reflect

- the single line structs can be fixed in another round

R=rsc
http://go/go-review/1016052
This commit is contained in:
Robert Griesemer 2009-11-05 14:23:20 -08:00
parent 666afa1c02
commit 77334b988c
4 changed files with 412 additions and 236 deletions

View file

@ -9,8 +9,8 @@
package reflect_test
import (
. "reflect";
"strconv";
. "reflect";
"strconv";
)
// valueToString returns a textual representation of the reflection value val.