Skip to content
Snippets Groups Projects
Commit 6521ea00 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Lower pgident length to 77, document BSD indent bug.

parent aaf8cb0c
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment