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

Commit04550d3

Browse files
committed
Add check for 'extern "C"' for pgindent.
1 parentc42d3b3 commit04550d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/tools/pgindent/pgindent

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ do
5151
line1 !~ "^struct" &&
5252
line1 !~ "^enum" &&
5353
line1 !~ "^typedef" &&
54+
line1 !~ "\"C\"" &&
5455
line1 !~ "=" )
5556
print "intpgindent_func_no_var_fix;";
5657
line1 = line2;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp