From 40c3246c9a7f65328028039633092e7a2074421d Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 5 Nov 2009 18:14:47 -0800 Subject: gofmt the last outstanding files in src/pkg - added a list of issues to printer/nodes.go R=rsc http://go/go-review/1024002 --- src/pkg/xml/xml_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/pkg/xml/xml_test.go') diff --git a/src/pkg/xml/xml_test.go b/src/pkg/xml/xml_test.go index 7d0da8f19..e8a2a8769 100644 --- a/src/pkg/xml/xml_test.go +++ b/src/pkg/xml/xml_test.go @@ -16,7 +16,8 @@ const testInput = ` - + World <>'" 白鵬翔 @@ -90,8 +91,8 @@ var cookedTokens = []Token{ } type stringReader struct { - s string; - off int; + s string; + off int; } func (r *stringReader) Read(b []byte) (n int, err os.Error) { @@ -116,7 +117,7 @@ func (r *stringReader) ReadByte() (b byte, err os.Error) { } func StringReader(s string) io.Reader { - return &stringReader{s, 0} + return &stringReader{s, 0}; } func TestRawToken(t *testing.T) { @@ -146,4 +147,3 @@ func TestToken(t *testing.T) { } } } - -- cgit v1.2.3