From 00dd8d7831e74e3c7f4b13e3a768c7a3969307c7 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Wed, 18 Aug 2021 11:03:24 -0400 Subject: [PATCH] unix: gofmt with Go 1.17 Change-Id: I867e6e01c803fec1b5db464db0e88dfe5799cd43 Reviewed-on: https://go-review.googlesource.com/c/sys/+/343249 Trust: Matt Layher Run-TryBot: Matt Layher TryBot-Result: Go Bot Reviewed-by: Tobias Klauser --- unix/syscall_linux_ppc.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unix/syscall_linux_ppc.go b/unix/syscall_linux_ppc.go index e475d096..6f1fc581 100644 --- a/unix/syscall_linux_ppc.go +++ b/unix/syscall_linux_ppc.go @@ -3,8 +3,7 @@ // license that can be found in the LICENSE file. //go:build linux && ppc -// +build linux -// +build ppc +// +build linux,ppc package unix