From e6df53cdc79b3200ffb2fcb66a2c8a52ffc5746a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 30 Oct 2015 18:17:45 +0100 Subject: [PATCH] eclass: Revert "Use consistent place for then in if clause" The commit was done without contacting the maintainer and does not conform to line width used within the eclass. Reverts: df8e399c9b ("eclass: Use consistent place for...") --- eclass/distutils-r1.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index dbd27a76497ca..185dd4fb80e4c 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -322,7 +322,8 @@ distutils-r1_python_prepare_all() { _distutils-r1_disable_ez_setup - if [[ ${DISTUTILS_IN_SOURCE_BUILD} && ! ${DISTUTILS_SINGLE_IMPL} ]]; then + if [[ ${DISTUTILS_IN_SOURCE_BUILD} && ! ${DISTUTILS_SINGLE_IMPL} ]] + then # create source copies for each implementation python_copy_sources fi