hack/verify-all.sh: turn tab into space

This commit is contained in:
Eric Paris 2015-09-23 16:34:38 -04:00
parent de38de0c1a
commit 1ef9e05341

View File

@ -80,3 +80,5 @@ do
python "$t" || true python "$t" || true
fi fi
done done
# ex: ts=2 sw=2 et filetype=sh