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: I72a0f72ca422f15688b2d7991f82b2361c21fb17
Reviewed-on: https://go-review.googlesource.com/c/tools/+/194138
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
Tobias Klauser 2019-09-07 22:43:54 +02:00 committed by Tobias Klauser
parent 2ca718005c
commit 4c50eace5a
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
package main

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
package main

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
package main

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
package main

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
package main

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
package main

View File

@ -1,4 +1,4 @@
//+build go1.8
// +build go1.8
package ssa_test

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
package main

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
// This file is the input to TestValueForExprStructConv in identical_test.go,
// which uses the same framework as TestValueForExpr does in source_test.go.

View File

@ -1,4 +1,4 @@
//+build ignore
// +build ignore
package main