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:
Jakob Naucke
2022-02-25 10:25:33 +01:00
parent 9e3353a7e4
commit eda8ea154a
37 changed files with 51 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
//go:build linux
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0