Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit398b41a

Browse files
committed
pgindent fix for asterisk indented too much in return type, for Tom.
1 parentce62c8b commit398b41a

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
@@ -1332,7 +1332,7 @@ intpgindent_func_no_var_fix;\
13321332
detab -t8 -qc|
13331333
entab -t4 -qc|
13341334
# move trailing * in function return type
1335-
sed's;^\([A-Za-z_][^]*\)[ ][ ]*\*$;\1 *;'|
1335+
sed's;^\([A-Za-z_][^]*\)[ ][ ]*\*$;\1 *;'|
13361336
# remove un-needed braces around single statements
13371337
awk'
13381338
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp