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

[lintian] 01/03: c/scripts.pm: 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 c92899cf931118ebf2805470b061d22cd3986d68
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Dec 24 10:12:14 2016 +0000

    c/scripts.pm: Apply perltidy
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/scripts.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/scripts.pm b/checks/scripts.pm
index 1228291..daab589 100644
--- a/checks/scripts.pm
+++ b/checks/scripts.pm
@@ -1112,8 +1112,8 @@ sub run {
     my @entries = $info->changelog->data;
 
     if (@entries == 1) {
-      tag 'new-package-should-not-package-python2-module', $pkg
-        if $pkg =~ /^python-/
+        tag 'new-package-should-not-package-python2-module', $pkg
+          if $pkg =~ /^python-/;
     }
 
     return;

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


Reply to: