0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 13:36:50 +00:00

[libc++][NFC] Tabs to space in libcxx-lit script

This commit is contained in:
Louis Dionne 2024-07-09 11:18:20 -04:00
parent e42f760b65
commit 5c2bdc53c4

@ -30,7 +30,7 @@ fi
if [[ "${1}" == "-b" || "${1}" == "--bootstrap" ]]; then
type="runtimes"
shift
shift
fi
if [[ $# -lt 1 ]]; then