Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 398bb1f

Browse files
committed
Update pgindent
1 parent 83a5769 commit 398bb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgindent/pgindent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ do
11621162
sed 's;^}[ ][ ]*/\*;} /*;' |
11631163
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
11641164
detab -t8 -qc |
1165-
# entab -t4 -qc |
1165+
entab -t4 -qc |
11661166
# move trailing * in function return type
11671167
sed 's;^\([A-Za-z_][^ ]*\)[ ][ ]*\*$;\1 *;' |
11681168
# remove un-needed braces around single statements

0 commit comments

Comments
 (0)