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 14b4698 commit 8ecb240Copy full SHA for 8ecb240
contrib/purge-tab-indents.pl
@@ -81,7 +81,7 @@ sub quiet_print {
81
next;
82
}
83
84
- print "FILE: ", $f, "\n";
+ quiet_print "FILE: $f\n";
85
86
open(FILE, "$f");
87
my @lines_with_tabs = <FILE>;
0 commit comments