Fix misaligned indentation in bin/setup
This commit is contained in:
parent
93f20cdad8
commit
273e9919f4
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ fi
|
||||||
found=0
|
found=0
|
||||||
for t in tidy tidy5; do
|
for t in tidy tidy5; do
|
||||||
if which ${t} > /dev/null 2>&1; then
|
if which ${t} > /dev/null 2>&1; then
|
||||||
found=1
|
found=1
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue