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

@@ -64,7 +64,7 @@ python_prepare_all() {
fi
}
python_test () {
python_test() {
# pip test suite likes to test installed version of pip, both the module and the executable.
# Here we install it into a temporary dir and add to PATHs in a subshell.
EPYTHON_ROOT="${T}/${EPYTHON}_root"