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

[lintian] 01/01: Run perl tidy



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

broucaries-guest pushed a commit to branch master
in repository lintian.

commit 36a6880af7b923536ec6665160329fdebaa7edf2
Author: bastien <roucaries.bastien+debian@gmail.com>
Date:   Mon Jun 15 00:17:06 2015 +0200

    Run perl tidy
    
    Signed-off-by: bastien <roucaries.bastien+debian@gmail.com>
---
 checks/fields.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/checks/fields.pm b/checks/fields.pm
index 815440f..f94afe4 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -437,8 +437,7 @@ sub run {
             if ($f eq 'uploaders') {
                 # check for empty field see  #783628
                 if($maintainer =~ m/,\s*,/) {
-                    tag 'uploader-name-missing',
-                      'you have used a double comma';
+                    tag 'uploader-name-missing','you have used a double comma';
                     $maintainer =~ s/,\s*,/,/g;
                 }
                 my %duplicate_uploaders;

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


Reply to: