diff options
| author | Michael Munday <munday@ca.ibm.com> | 2016-11-04 16:30:12 -0400 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-11-04 20:46:25 +0000 |
| commit | cfd89164bb6af2d1a660b75ded8c0801372924e2 (patch) | |
| tree | d77538f58b9fd26c2dc5dab2a7377872d838f6de /src/runtime/testdata | |
| parent | 7f033933ce8488ff3c7510ec35680510f9ccc83b (diff) | |
| download | go-cfd89164bb6af2d1a660b75ded8c0801372924e2.tar.xz | |
all: make copyright headers consistent with one space after period
Continuation of CL 20111.
Change-Id: Ie2f62237e6ec316989c021de9b267cc9d6ee6676
Reviewed-on: https://go-review.googlesource.com/32830
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/testdata')
| -rw-r--r-- | src/runtime/testdata/testprogcgo/pprof.go | 2 | ||||
| -rw-r--r-- | src/runtime/testdata/testprogcgo/threadpprof.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/testdata/testprogcgo/pprof.go b/src/runtime/testdata/testprogcgo/pprof.go index cb30ec5b25..4460b9304e 100644 --- a/src/runtime/testdata/testprogcgo/pprof.go +++ b/src/runtime/testdata/testprogcgo/pprof.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 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. diff --git a/src/runtime/testdata/testprogcgo/threadpprof.go b/src/runtime/testdata/testprogcgo/threadpprof.go index 5f16e2526f..44afb91d96 100644 --- a/src/runtime/testdata/testprogcgo/threadpprof.go +++ b/src/runtime/testdata/testprogcgo/threadpprof.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 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. |
