tools/shellcheck.sh: use tabs
[babeltrace.git] / tools / shellcheck.sh
index 100e2582275f66536a6f797f07a0c820730775c2..b03023e846004acf691dfbd956eeb9c306a5db80 100755 (executable)
@@ -16,7 +16,7 @@ while read -r script_file; do
        popd >/dev/null
 done <<< "$(find . -type f -name '*.sh' \
        ! -path './.git/*' \
-        ! -path ./config/ltmain.sh \
+       ! -path ./config/ltmain.sh \
        ! -path ./tests/utils/tap-driver.sh \
        ! -path ./tests/utils/tap/tap.sh)"
 
This page took 0.028009 seconds and 4 git commands to generate.