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:
@@ -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
|
||||
|
Reference in New Issue
Block a user