projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a5769
)
Update pgindent
author
Bruce Momjian
<bruce@momjian.us>
Wed, 12 Apr 2000 01:01:49 +0000
(
01:01
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 12 Apr 2000 01:01:49 +0000
(
01:01
+0000)
src/tools/pgindent/pgindent
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/pgindent
b/src/tools/pgindent/pgindent
index eca333bc3db38cfdc73e9a6ce76513a6f2563f27..d22f5a88224844d0c4d0ccdd981cdd572f53d795 100755
(executable)
--- a/
src/tools/pgindent/pgindent
+++ b/
src/tools/pgindent/pgindent
@@
-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