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...")
This commit is contained in:
Michał Górny
2015-10-30 18:17:45 +01:00
parent 8fafb947e6
commit e6df53cdc7

View File

@@ -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