fix indentation

This commit is contained in:
Ralf Jung 2019-05-27 15:05:55 +02:00
parent 7f3a298f6d
commit a358590679

4
miri
View file

@ -33,8 +33,8 @@ find_sysroot() {
export XARGO_RUST_SRC="$SYSROOT/../../../src"
build_sysroot --target "$MIRI_TEST_TARGET"
else
# Assume we have a proper host libstd in $SYSROOT.
true
# Assume we have a proper host libstd in $SYSROOT.
true
fi
else
# We have to build a sysroot either way.