]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/bench/go1/parserdata_test.go
all: make copyright headers consistent with one space after period
[gostls13.git] / test / bench / go1 / parserdata_test.go
index 113e5e3e38e7300efe7d26231de29a1990d2600c..001c5d89636ccb38debfc04f5c05edd07d6908ac 100644 (file)
@@ -1,10 +1,10 @@
-// Copyright 2012 The Go Authors.  All rights reserved.
+// Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
 // Input for parser benchmark.
 // This was generated by starting with a the contents of
-// src/pkg/go/parser/parser.go at rev 9b455eb64690, then 
+// src/pkg/go/parser/parser.go at rev 9b455eb64690, then
 // compressing with bzip2 -9, then encoding to base64.
 // We compile the data into the binary so that the benchmark is
 // a stand-alone binary that can be copied easily from machine to