*/*: [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

@@ -22,6 +22,6 @@ DEPEND="${RDEPEND}
app-arch/unzip
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_test () {
python_test() {
nosetests --all-modules || die "Tests fail with ${EPYTHON}"
}