[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: L::Util: Apply perltidy



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit ff53a1785ae08cdbea1aa36e6ee42a864efe8bde
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Oct 11 20:16:52 2016 +0000

    L::Util: Apply perltidy
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Lintian/Util.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Lintian/Util.pm b/lib/Lintian/Util.pm
index f8ee546..329b403 100644
--- a/lib/Lintian/Util.pm
+++ b/lib/Lintian/Util.pm
@@ -897,6 +897,7 @@ sub do_fork() {
     $pid = CORE::fork();
     $fork_error = $!;
     if ($pid == 0) {
+
         for my $sig (keys(%SIG)) {
             if (ref($SIG{$sig}) eq 'CODE') {
                 $SIG{$sig} = 'DEFAULT';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: