Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8fecd4f

Browse files
committed
Cleanup.
1 parent 31afe7c commit 8fecd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PGINDENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ do
2929
\2;g' | # workaround for indent bug
3030
detab -t4 -qc |
3131
sed 's;^DATA(.*$;/*&*/;' >/tmp/$$a # protect backslashes in DATA()
32-
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di16 -i4 -l70 \
32+
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di16 -i4 -l75 \
3333
-lp -nip -npro /tmp/$$a >/tmp/$$ 2>&1
3434
if [ "$?" -ne 0 -o -s /tmp/$$ ]
3535
then echo "$FILE"

0 commit comments

Comments
 (0)