*/*: whitespace fixes

This fixes the current whitespace issues reported by
`pkgcruft scan -r WhitespaceUnneeded`.

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2025-05-21 16:45:02 +10:00
parent 79ee96312b
commit 48da25ddee
12 changed files with 229 additions and 232 deletions

View File

@@ -12,11 +12,11 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
src_compile() {
ego build github.com/go-task/task/v3/cmd/task
ego build github.com/go-task/task/v3/cmd/task
}
src_install() {
dobin task
dobin task
default
default
}

View File

@@ -12,11 +12,11 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
src_compile() {
ego build github.com/go-task/task/v3/cmd/task
ego build github.com/go-task/task/v3/cmd/task
}
src_install() {
dobin task
dobin task
default
default
}