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

@@ -19,6 +19,6 @@ IUSE=""
S="${WORKDIR}"/${P}-2
python_test(){
python_test() {
"${PYTHON}" test_functools32.py || die
}