1
0
mirror of synced 2026-03-29 02:44:53 +00:00

Use perltidy with no args

This commit is contained in:
Steve Kemp
2009-01-11 23:22:03 +00:00
parent 7b29ec1bdf
commit 5ed66652ad

View File

@@ -239,7 +239,7 @@ tidy:
if [ -x /usr/bin/perltidy ]; then \
for i in bin/*-*; do \
echo "tidying $$i"; \
perltidy -b -nt -bt=2 -sbt=1 -bl -mbl=3 -sbl -bbs -bbb -anl -lp $$i \
perltidy $$i \
; done \
; fi