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

[lintian] 01/01: checks/files.pm: Perltidy



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

lamby pushed a commit to branch master
in repository lintian.

commit 1ba87dab95864b1a6c8f168fa2ced0e0d66e89b6
Author: Chris Lamb <lamby@debian.org>
Date:   Thu Dec 28 22:56:20 2017 +0000

    checks/files.pm: Perltidy
---
 checks/files.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/files.pm b/checks/files.pm
index d969a13..f725677 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -38,7 +38,7 @@ my $LOCALE_CODES = Lintian::Data->new('files/locale-codes', qr/\s++/);
 my $INCORRECT_LOCALE_CODES
   = Lintian::Data->new('files/incorrect-locale-codes', qr/\s++/);
 my $MULTIARCH_DIRS = Lintian::Data->new('common/multiarch-dirs', qr/\s++/);
-my $GENERIC_PYTHON_MODULES = Lintian::Data->new('files/python-generic-modules');
+my $GENERIC_PYTHON_MODULES= Lintian::Data->new('files/python-generic-modules');
 
 my $PRIVACY_BREAKER_WEBSITES= Lintian::Data->new(
     'files/privacy-breaker-websites',
@@ -1418,7 +1418,7 @@ sub run {
               if (@correction);
             for my $regex ($GENERIC_PYTHON_MODULES->all) {
                 tag 'python-module-has-overly-generic-name', $fname, "($1)"
-                    if $rest =~ m,^($regex)(?:\.py|/__init__\.py)$,i
+                  if $rest =~ m,^($regex)(?:\.py|/__init__\.py)$,i;
             }
         }
 

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


Reply to: