From 5e31174b334bc7a443fb94189c06422da7cf9694 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 17 Dec 2020 20:43:43 +0000 Subject: [PATCH] macos-setup: remove tabs. Consistenly use spaces for indentation. (cherry picked from commit 2db0c640349643ea745b698b918f1ce561bb9551) --- tools/macos-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh index 31cbfe31bb..5bc3d67e86 100755 --- a/tools/macos-setup.sh +++ b/tools/macos-setup.sh @@ -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