Fix misaligned indentation in bin/setup

This commit is contained in:
0x1eef 2024-08-20 23:01:41 -03:00
parent 93f20cdad8
commit 273e9919f4

View file

@ -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