Change maximum pgindent length from 79 to 78, per Tom.
authorBruce Momjian
Mon, 7 Nov 2005 22:52:41 +0000 (22:52 +0000)
committerBruce Momjian
Mon, 7 Nov 2005 22:52:41 +0000 (22:52 +0000)
src/tools/pgindent/pgindent

index c4f24a24f889f6b741a3991cff88a7a8480b5d97..212dcc9e8cb0a0540f4527a1457640b53292e5b4 100755 (executable)
@@ -104,7 +104,7 @@ 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 -l79 \
+   indent -bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l78 \
        -lp -nip -npro -bbb $EXTRA_OPTS \
 -TAES_KEY \
 -TASN1_BIT_STRING \