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

Commitfb85cd4

Browse files
committed
Adjust pgindent to remove tabs after periods in C comments.
1 parent55d5ff8 commitfb85cd4

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
@@ -395,7 +395,7 @@ sub entab
395395
$tmp_fh->close();
396396

397397
open(my$entab,'-|',
398-
"$entab -d -t8 -qc" .$tmp_fh->filename ." |$entab -t4 -qc");
398+
"$entab -d -t8 -qc" .$tmp_fh->filename ." |$entab -t4 -qc |$entab -d -t4 -m");
399399
local ($/) =undef;
400400
$source = <$entab>;
401401
close($entab);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp