Merge pull request #154 from jaredj/perltidy
perltidy -b lib/Qpsmtpd/Plugin.pm
This commit is contained in:
commit
664990b425
@ -342,7 +342,7 @@ sub _register_standard_hooks {
|
||||
my $hooksub = "hook_$hook";
|
||||
$hooksub =~ s/\W/_/g;
|
||||
next if !$plugin->can($hooksub);
|
||||
$plugin->register_hook($hook, $hooksub)
|
||||
$plugin->register_hook($hook, $hooksub);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user