We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb4cff commit 0c8359bCopy full SHA for 0c8359b
contrib/purge-tab-indents.pl
@@ -89,7 +89,7 @@ sub quiet_print {
89
90
my @expanded_lines = expand(@lines_with_tabs);
91
open(TEMP, ">temp.txt");
92
- print TEMP join("\n",@expanded_lines),"\n";
+ print TEMP @expanded_lines;
93
close(TEMP);
94
system("mv temp.txt $f");
95
}
0 commit comments