From 519474451a44b861e54466998a893a173bd54c4b Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 1 Mar 2016 22:57:46 +0000 Subject: all: make copyright headers consistent with one space after period This is a subset of https://golang.org/cl/20022 with only the copyright header lines, so the next CL will be smaller and more reviewable. Go policy has been single space after periods in comments for some time. The copyright header template at: https://golang.org/doc/contribute.html#copyright also uses a single space. Make them all consistent. Change-Id: Icc26c6b8495c3820da6b171ca96a74701b4a01b0 Reviewed-on: https://go-review.googlesource.com/20111 Run-TryBot: Brad Fitzpatrick Reviewed-by: Ian Lance Taylor Reviewed-by: Matthew Dempsky TryBot-Result: Gobot Gobot --- src/errors/errors_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/errors/errors_test.go') diff --git a/src/errors/errors_test.go b/src/errors/errors_test.go index 63c05d7185..cf4df90b69 100644 --- a/src/errors/errors_test.go +++ b/src/errors/errors_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 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. -- cgit v1.3