mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update pgindent
This commit is contained in:
@ -1162,7 +1162,7 @@ do
|
|||||||
sed 's;^}[ ][ ]*/\*;} /*;' |
|
sed 's;^}[ ][ ]*/\*;} /*;' |
|
||||||
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
|
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
|
||||||
detab -t8 -qc |
|
detab -t8 -qc |
|
||||||
# entab -t4 -qc |
|
entab -t4 -qc |
|
||||||
# move trailing * in function return type
|
# move trailing * in function return type
|
||||||
sed 's;^\([A-Za-z_][^ ]*\)[ ][ ]*\*$;\1 *;' |
|
sed 's;^\([A-Za-z_][^ ]*\)[ ][ ]*\*$;\1 *;' |
|
||||||
# remove un-needed braces around single statements
|
# remove un-needed braces around single statements
|
||||||
|
Reference in New Issue
Block a user