mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Adjust pgindent to remove tabs after periods in C comments.
This commit is contained in:
parent
55d5ff825f
commit
fb85cd4320
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ sub entab
|
|||
$tmp_fh->close();
|
||||
|
||||
open(my $entab, '-|',
|
||||
"$entab -d -t8 -qc " . $tmp_fh->filename . " | $entab -t4 -qc");
|
||||
"$entab -d -t8 -qc " . $tmp_fh->filename . " | $entab -t4 -qc | $entab -d -t4 -m");
|
||||
local ($/) = undef;
|
||||
$source = <$entab>;
|
||||
close($entab);
|
||||
|
|
|
|||
Loading…
Reference in a new issue