We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf8cb0 commit 6521ea0Copy full SHA for 6521ea0
src/tools/pgindent/pgindent
@@ -104,7 +104,9 @@ do
104
sed 's;^CATALOG(.*$;/*&*/;' >/tmp/$$a
105
106
# We get the list of typedef's from /src/tools/find_typedef
107
- indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l78 \
+# BSD indent sometimes goes 1-3 characters after the -l length
108
+# so we have to set it a little lower than the value we want
109
+ indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l77 \
110
-lp -nip -npro -bbb $EXTRA_OPTS \
111
-TAES_KEY \
112
-TASN1_BIT_STRING \
0 commit comments