1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Prevent forced blank line before comment block in pgindent.

This commit is contained in:
Bruce Momjian
2001-05-17 15:55:24 +00:00
parent e044fc0599
commit 2d7795ebb4
3 changed files with 4 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ then echo "You appear to have GNU indent rather than BSD indent." >&2
echo "See the pgindent/README file for a description of its problems." >&2
EXTRA_OPTS="-ncdb -bli0 -npcs -cli4"
else echo "Hope you installed /src/tools/pgindent/indent.bsd.patch." >&2
EXTRA_OPTS="-bbb -cli1"
EXTRA_OPTS="-cli1"
fi
for FILE