summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-21 08:10:06 +0100
committerSam James <sam@gentoo.org>2021-04-21 19:49:48 +0100
commit0fb3f145b15759d6f526a7d58957a1e762c825bd (patch)
treea9716304b6e0cf8703cce1de160a150b01fd4f8f /sys-apps/highway/highway-1.1.0.ebuild
parentsci-geosciences/viking: fix function declaration style (braces) (diff)
downloadgentoo-0fb3f145b15759d6f526a7d58957a1e762c825bd.tar.gz
gentoo-0fb3f145b15759d6f526a7d58957a1e762c825bd.tar.bz2
gentoo-0fb3f145b15759d6f526a7d58957a1e762c825bd.zip
sys-apps/highway: fix function declaration style (braces)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/highway/highway-1.1.0.ebuild')
-rw-r--r--sys-apps/highway/highway-1.1.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/highway/highway-1.1.0.ebuild b/sys-apps/highway/highway-1.1.0.ebuild
index 812b73d8fffa..4528ce2862bd 100644
--- a/sys-apps/highway/highway-1.1.0.ebuild
+++ b/sys-apps/highway/highway-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,8 +14,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-src_prepare()
-{
+src_prepare() {
default
eautoreconf
}