fix indentation

This commit is contained in:
Syping 2018-06-10 01:56:55 +02:00
parent 24ca667537
commit 681e76737e
2 changed files with 30 additions and 2 deletions

4
configure vendored
View file

@ -45,7 +45,7 @@ else
QMAKE_PATH=$(find /usr/ -executable -name qmake -type f 2> /dev/null | sed -n 1p)
if [ "${QMAKE_PATH}" == "" ]; then
echo "Qt qmake not found"
exit 1
exit 1
fi
QT_VERSION=$(${QMAKE_PATH} -query "QT_VERSION")
fi
@ -60,7 +60,7 @@ else
MAKE_PATH=$(find /usr/ -executable -name make -type f 2> /dev/null | sed -n 1p)
if [ "${MAKE_PATH}" == "" ]; then
echo "Make not found"
exit 1
exit 1
fi
fi