mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Indent jdbc case labels using pgjindent.
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
||||
|
||||
for FILE
|
||||
do
|
||||
astyle --style=java -b -p -j < "$FILE" >/tmp/$$ 2>/tmp/$$a
|
||||
astyle --style=java -b -p -j -S < "$FILE" >/tmp/$$ 2>/tmp/$$a
|
||||
if [ "$?" -ne 0 -o -s /tmp/$$a ]
|
||||
then echo "$FILE"
|
||||
cat /tmp/$$a
|
||||
|
Reference in New Issue
Block a user