mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 16:24:19 +01:00
runtime: Gofmt fixes
- Mostly blank lines after `+build` -- see https://pkg.go.dev/go/build@go1.14.15 -- this is, to date, enforced by `gofmt`. - 1.17-style go:build directives are also added. - Spaces in govmm/vmm_s390x.go Fixes: #3769 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2019 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2019 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2019 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
//
|
||||
// Copyright (c) 2019 Ericsson Eurolab Deutschland GmbH
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2019 Ericsson Eurolab Deutschland G.m.b.H.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
//
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2020 Ant Group
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2019 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
//
|
||||
// Copyright (c) 2016 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 IBM
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 IBM
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 IBM
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 IBM
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 IBM
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2016 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Huawei Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Huawei Corporation
|
||||
// Copyright (c) 2019 Intel Corporation
|
||||
//
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
//
|
||||
|
||||
// Copyright (c) 2018 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user