diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2019-09-04 11:40:03 +0200 |
|---|---|---|
| committer | Tobias Klauser <tobias.klauser@gmail.com> | 2019-09-04 15:10:03 +0000 |
| commit | 033299fab66b08d434be30e05d11f7db63efa71c (patch) | |
| tree | 614083444f4fd0ccdca0c7ba927a10e875560c29 /src/runtime | |
| parent | 14521198679e2c600fd9b5a2da51ff2685f314c1 (diff) | |
| download | go-033299fab66b08d434be30e05d11f7db63efa71c.tar.xz | |
all: add a space before +build in build tag comments
Add a space before build tag comments so it corresponds to the format
documented at https://golang.org/pkg/go/build/.
Change-Id: I8349d0343597e304b97fb5479847231ed8945b1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/193237
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martà <mvdan@mvdan.cc>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/semasleep_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/semasleep_test.go b/src/runtime/semasleep_test.go index f5b4a50697..3eb7c6a6d1 100644 --- a/src/runtime/semasleep_test.go +++ b/src/runtime/semasleep_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//+build !nacl,!plan9,!windows,!js +// +build !nacl,!plan9,!windows,!js package runtime_test |
