files that are okay from the last gofmt round

R=gri
http://go/go-review/1015011
This commit is contained in:
Russ Cox 2009-10-27 22:47:54 -07:00
parent 58ee1f5d54
commit d2829faa7c
16 changed files with 53 additions and 68 deletions

View file

@ -5,9 +5,9 @@
package bytes_test
import (
. "bytes";
"rand";
"testing";
. "bytes";
"rand";
"testing";
)