Lower pgident length to 77, document BSD indent bug.

This commit is contained in:
Bruce Momjian 2005-11-07 23:50:20 +00:00
parent aaf8cb0c72
commit 6521ea008e
1 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,9 @@ do
sed 's;^CATALOG(.*$;/*&*/;' >/tmp/$$a
# We get the list of typedef's from /src/tools/find_typedef
indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l78 \
# BSD indent sometimes goes 1-3 characters after the -l length
# so we have to set it a little lower than the value we want
indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l77 \
-lp -nip -npro -bbb $EXTRA_OPTS \
-TAES_KEY \
-TASN1_BIT_STRING \