mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Adjust pgindent to remove tabs after periods in C comments.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user