TAB -> SPACE

This commit is contained in:
Guilloux Stephan (Ubuntu) 2022-10-06 11:32:57 +02:00
parent a20527da7f
commit 426985cb2c

View File

@ -339,7 +339,7 @@ function android_show_configure_opts {
shift
echo "LIBZMQ (${BUILD_ARCH}) - ./configure options to build '${tag}':"
for opt in "$@"; do
echo " > ${opt}"
echo " > ${opt}"
done
echo ""
}