Skip to content

Commit fb85cd4

Browse files
committed
Adjust pgindent to remove tabs after periods in C comments.
1 parent 55d5ff8 commit fb85cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgindent/pgindent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ sub entab
395395
$tmp_fh->close();
396396

397397
open(my $entab, '-|',
398-
"$entab -d -t8 -qc " . $tmp_fh->filename . " | $entab -t4 -qc");
398+
"$entab -d -t8 -qc " . $tmp_fh->filename . " | $entab -t4 -qc | $entab -d -t4 -m");
399399
local ($/) = undef;
400400
$source = <$entab>;
401401
close($entab);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy