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