1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

perltidy a bit

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-05 11:23:53 +02:00
parent 1123a5f971
commit 08f196eb10

View file

@ -41,7 +41,7 @@ sub hashbang {
)? )?
}xms; }xms;
return ($+{interpreter}, $+{arguments}); return ( $+{interpreter}, $+{arguments} );
} }
sub process_file { sub process_file {
@ -81,7 +81,7 @@ sub process_file {
} }
elsif ( $interpreter =~ m{perl} ) { elsif ( $interpreter =~ m{perl} ) {
my $command; my $command;
if ($arguments =~ m{-.*T}mx) { if ( $arguments =~ m{-.*T}mx ) {
$command = [ 'perl', '-cwT', $file ]; $command = [ 'perl', '-cwT', $file ];
} }
else { else {