From 749cb33beabd9aa6d3178e3de05bcc914f70b2bf Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 4 Sep 2019 11:25:27 +0200 Subject: [PATCH] cpu: add a space before build tag comment Add a space before build tag comments so it corresponds to the format documented at https://golang.org/pkg/go/build/. Change-Id: Ia7c724daf70d419dec52a652188799441053a867 Reviewed-on: https://go-review.googlesource.com/c/sys/+/193198 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- cpu/cpu_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cpu_linux.go b/cpu/cpu_linux.go index 76b5f507..10e712dc 100644 --- a/cpu/cpu_linux.go +++ b/cpu/cpu_linux.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 !amd64,!amd64p32,!386 +// +build !amd64,!amd64p32,!386 package cpu