macos-setup: remove tabs.

Consistenly use spaces for indentation.
This commit is contained in:
Guy Harris 2020-12-17 12:43:43 -08:00
parent 3bf1f18e48
commit 2db0c64034
1 changed files with 2 additions and 2 deletions

View File

@ -792,8 +792,8 @@ install_glib() {
# developer tools, there is a /usr/include directory).
#
includedir=`SDKROOT="$SDKPATH" xcrun --show-sdk-path 2>/dev/null`/usr/include
if [ ! -f ./configure ]; then
LIBTOOLIZE=glibtoolize ./autogen.sh
if [ ! -f ./configure ]; then
LIBTOOLIZE=glibtoolize ./autogen.sh
fi
if grep -qs '#define.*MACOSX' $includedir/ffi/fficonfig.h
then