Skip to content

Commit fb85cd4

Browse files
committed
Adjust pgindent to remove tabs after periods in C comments.
1 parent 55d5ff8 commit fb85cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgindent/pgindent

+1-1
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)