*/*: [QA] Use consistent function definition formatting

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-22 22:07:26 +01:00
parent 0aa6646d51
commit 3b8cba93fa
922 changed files with 1638 additions and 1638 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,6 +18,6 @@ DEPEND="test? ( >=dev-php/PEAR-PEAR-1.5.0
RDEPEND=">=dev-php/PEAR-HTML_Common-1.2.3"
HTML_DOCS=( docs/Table_example1.php docs/Table_example2.php )
src_test(){
src_test() {
peardev run-tests -r || die
}