mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Adjust pgindent to remove tabs after periods in C comments.
This commit is contained in:
parent
55d5ff825f
commit
fb85cd4320
@ -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…
x
Reference in New Issue
Block a user