Merge pull request #154 from jaredj/perltidy

perltidy -b lib/Qpsmtpd/Plugin.pm
This commit is contained in:
Matt Simerson 2014-11-14 13:26:41 -08:00
commit 664990b425

View File

@ -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);
}
}