gofmt -s -w src misc

R=r, rsc
CC=golang-dev
https://golang.org/cl/2662041
diff --git a/src/pkg/index/suffixarray/suffixarray_test.go b/src/pkg/index/suffixarray/suffixarray_test.go
index 7352b08..8280750 100644
--- a/src/pkg/index/suffixarray/suffixarray_test.go
+++ b/src/pkg/index/suffixarray/suffixarray_test.go
@@ -20,7 +20,7 @@
 
 
 var testCases = []testCase{
-	testCase{
+	{
 		"empty string",
 		"",
 		[]string{
@@ -29,7 +29,7 @@
 		},
 	},
 
-	testCase{
+	{
 		"all a's",
 		"aaaaaaaaaa", // 10 a's
 		[]string{
@@ -48,7 +48,7 @@
 		},
 	},
 
-	testCase{
+	{
 		"abc",
 		"abc",
 		[]string{
@@ -61,7 +61,7 @@
 		},
 	},
 
-	testCase{
+	{
 		"barbara*3",
 		"barbarabarbarabarbara",
 		[]string{
@@ -73,7 +73,7 @@
 		},
 	},
 
-	testCase{
+	{
 		"typing drill",
 		"Now is the time for all good men to come to the aid of their country.",
 		[]string{