Skip to content

Commit c51d813

Browse files
committed
Cleanup.
1 parent b3652d2 commit c51d813

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/PGINDENT

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# This can format all PostgreSQL *.c and *.h files,
44
# excluding libpq++, *.y, and *.l files.
55
#
6-
#
7-
# This can format all PostgreSQL *.c and *.h files,
8-
# excluding libpq++, *.y, and *.l files.
9-
#
106
# On 09/06/1997, from the top directory, I ran:
117
#
128
# find . -name '*.[ch]' -type f -print | grep -v '++' | xargs -n100 PGINDENT
@@ -33,7 +29,7 @@ do
3329
\2;g' | # workaround for indent bug
3430
detab -t4 -qc |
3531
sed 's;^DATA(.*$;/*&*/;' >/tmp/$$a # protect backslashes in DATA()
36-
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di12 -l70 \
32+
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l70 \
3733
-lp -nip -npro /tmp/$$a >/tmp/$$ 2>&1
3834
if [ "$?" -ne 0 -o -s /tmp/$$ ]
3935
then echo "$FILE"

0 commit comments

Comments
 (0)