diff options
-rwxr-xr-x | src/tools/pgindent/pgindent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 8633c62c5ad..18d3effede1 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -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); |