diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-07 04:20:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-07 04:20:30 +0000 |
commit | 8fecd4febf8357f3cc20383ed29ced484877d5ac (patch) | |
tree | 11c1787ec4012a2c6c3369749e358649debf86f7 /src | |
parent | 31afe7c069d77c3884379c6233a854c7d8875de5 (diff) | |
download | postgresql-8fecd4febf8357f3cc20383ed29ced484877d5ac.tar.gz postgresql-8fecd4febf8357f3cc20383ed29ced484877d5ac.zip |
Cleanup.
Diffstat (limited to 'src')
-rw-r--r-- | src/PGINDENT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PGINDENT b/src/PGINDENT index 0abd1f59f02..d08971b60fc 100644 --- a/src/PGINDENT +++ b/src/PGINDENT @@ -29,7 +29,7 @@ do \2;g' | # workaround for indent bug detab -t4 -qc | sed 's;^DATA(.*$;/*&*/;' >/tmp/$$a # protect backslashes in DATA() - indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di16 -i4 -l70 \ + indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di16 -i4 -l75 \ -lp -nip -npro /tmp/$$a >/tmp/$$ 2>&1 if [ "$?" -ne 0 -o -s /tmp/$$ ] then echo "$FILE" |