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:
parent
1123a5f971
commit
08f196eb10
4
t/test.t
4
t/test.t
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user