fix more indentation

This commit is contained in:
Ralf Jung 2019-05-27 15:35:48 +02:00
parent aa888c5593
commit 0b6b7dad8f

2
miri
View File

@ -37,7 +37,7 @@ find_sysroot() {
true
fi
else
# We have to build a sysroot either way.
# A normal toolchain. We have to build a sysroot either way.
if [ -n "$MIRI_TEST_TARGET" ]; then
build_sysroot --target "$MIRI_TEST_TARGET"
else