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
|
||||
for t in tidy tidy5; do
|
||||
if which ${t} > /dev/null 2>&1; then
|
||||
found=1
|
||||
break
|
||||
found=1
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue