From 033299fab66b08d434be30e05d11f7db63efa71c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 4 Sep 2019 11:40:03 +0200 Subject: all: add a space before +build in build tag comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 TryBot-Result: Gobot Gobot Reviewed-by: Daniel Martí Reviewed-by: Brad Fitzpatrick --- src/runtime/semasleep_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime') 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 -- cgit v1.3-5-g9baa