mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Cleanup for indent.
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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
|
trap "rm -f /tmp/$$ /tmp/$$a" 0 1 2 3 15
|
||||||
entab </dev/null >/dev/null
|
entab </dev/null >/dev/null
|
||||||
if [ "$?" -ne 0 ]
|
if [ "$?" -ne 0 ]
|
||||||
|
Reference in New Issue
Block a user