Commit fb85cd43 authored by Bruce Momjian's avatar Bruce Momjian

Adjust pgindent to remove tabs after periods in C comments.

parent 55d5ff82
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment