From 71b5226ff73902d121cd9dbbdfdb67045a805845 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 6 Sep 2019 11:30:51 +0200 Subject: [PATCH] sha3: 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: Ic29df4660a0968f58f721ec61943c0b277d4aaad Reviewed-on: https://go-review.googlesource.com/c/crypto/+/193777 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- sha3/hashes_generic.go | 2 +- sha3/sha3_s390x.go | 2 +- sha3/sha3_s390x.s | 2 +- sha3/shake_generic.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sha3/hashes_generic.go b/sha3/hashes_generic.go index c4ff3f6e66..f455147d21 100644 --- a/sha3/hashes_generic.go +++ b/sha3/hashes_generic.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 gccgo appengine !s390x +// +build gccgo appengine !s390x package sha3 diff --git a/sha3/sha3_s390x.go b/sha3/sha3_s390x.go index b6cbc5c41b..c13ec85b50 100644 --- a/sha3/sha3_s390x.go +++ b/sha3/sha3_s390x.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 !gccgo,!appengine +// +build !gccgo,!appengine package sha3 diff --git a/sha3/sha3_s390x.s b/sha3/sha3_s390x.s index b2ef69f8cc..8a4458f63f 100644 --- a/sha3/sha3_s390x.s +++ b/sha3/sha3_s390x.s @@ -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 !gccgo,!appengine +// +build !gccgo,!appengine #include "textflag.h" diff --git a/sha3/shake_generic.go b/sha3/shake_generic.go index 73d0c90bf5..add4e73396 100644 --- a/sha3/shake_generic.go +++ b/sha3/shake_generic.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 gccgo appengine !s390x +// +build gccgo appengine !s390x package sha3