1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Change maximum pgindent length from 79 to 78, per Tom.

This commit is contained in:
Bruce Momjian
2005-11-07 22:52:41 +00:00
parent 2a8d3d83ef
commit aaf8cb0c72

View File

@ -104,7 +104,7 @@ do
sed 's;^CATALOG(.*$;/*&*/;' >/tmp/$$a sed 's;^CATALOG(.*$;/*&*/;' >/tmp/$$a
# We get the list of typedef's from /src/tools/find_typedef # We get the list of typedef's from /src/tools/find_typedef
indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l79 \ indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l78 \
-lp -nip -npro -bbb $EXTRA_OPTS \ -lp -nip -npro -bbb $EXTRA_OPTS \
-TAES_KEY \ -TAES_KEY \
-TASN1_BIT_STRING \ -TASN1_BIT_STRING \