Fix inconsistent indentation

This commit is contained in:
Kamil Śliwak
2021-02-01 17:03:05 +01:00
parent c7d1e1911e
commit 6d44055556
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ do
BOOST_OPTIONS="${BOOST_OPTIONS} $1"
;;
--help)
usage
usage
exit 0
;;
--run_test | -t )
@@ -64,4 +64,4 @@ if [ "$USE_DEBUGGER" -ne "0" ]; then
DEBUG_PREFIX=${DEBUGGER}
fi
exec ${DEBUG_PREFIX} ${SOLIDITY_BUILD_DIR}/test/soltest ${BOOST_OPTIONS} -- --testpath ${REPO_ROOT}/test ${SOLTEST_OPTIONS}
exec "${DEBUG_PREFIX}" "${SOLIDITY_BUILD_DIR}/test/soltest" ${BOOST_OPTIONS} -- --testpath "${REPO_ROOT}/test" ${SOLTEST_OPTIONS}