goprotobuf: gofmt -s

R=dsymonds
CC=golang-dev
https://codereview.appspot.com/8439044
diff --git a/proto/text_parser_test.go b/proto/text_parser_test.go
index 0821a7d..5949065 100644
--- a/proto/text_parser_test.go
+++ b/proto/text_parser_test.go
@@ -261,10 +261,10 @@
 		out: &MyMessage{
 			Count: Int32(42),
 			Others: []*OtherMessage{
-				&OtherMessage{},
-				&OtherMessage{},
-				&OtherMessage{},
-				&OtherMessage{},
+				{},
+				{},
+				{},
+				{},
 			},
 		},
 	},
@@ -373,11 +373,11 @@
 				Connected: Bool(true),
 			},
 			Others: []*OtherMessage{
-				&OtherMessage{
+				{
 					Key:   Int64(3735928559),
 					Value: []byte{0x1, 'A', '\a', '\f'},
 				},
-				&OtherMessage{
+				{
 					Weight: Float32(58.9),
 					Inner: &InnerMessage{
 						Host: String("lesha.mtv"),