mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
Cleanup for indent.
This commit is contained in:
parent
b72e62374d
commit
70b990fa58
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# This can format all PostgreSQL *.c and *.h files,
|
||||
# excluding libpq++, *.y, and *.l files.
|
||||
#
|
||||
trap "rm -f /tmp/$$ /tmp/$$a" 0 1 2 3 15
|
||||
entab </dev/null >/dev/null
|
||||
if [ "$?" -ne 0 ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue