2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01: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;
return ($+{interpreter}, $+{arguments});
return ( $+{interpreter}, $+{arguments} );
}
sub process_file {
@ -81,7 +81,7 @@ sub process_file {
}
elsif ( $interpreter =~ m{perl} ) {
my $command;
if ($arguments =~ m{-.*T}mx) {
if ( $arguments =~ m{-.*T}mx ) {
$command = [ 'perl', '-cwT', $file ];
}
else {