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

[lintian] 01/01: T::Lintian: 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 bdaf2cab617872f26681935d0fefaf5da567c489
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Aug 6 12:24:17 2016 +0000

    T::Lintian: Apply perltidy
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Test/Lintian.pm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lib/Test/Lintian.pm b/lib/Test/Lintian.pm
index 23cd83c..47c47d8 100644
--- a/lib/Test/Lintian.pm
+++ b/lib/Test/Lintian.pm
@@ -183,8 +183,7 @@ sub test_check_desc {
         my $i = 1; # paragraph counter.
         $builder->ok(1, "Can parse check $desc_file");
 
-        $builder->isnt_eq($cname, '',
-            "$content_type has a name ($desc_file)");
+        $builder->isnt_eq($cname, '',"$content_type has a name ($desc_file)");
 
         # From here on, we just use "$cname" as name of the check, so
         # we don't need to choose been it and $tname.
@@ -234,7 +233,7 @@ sub test_check_desc {
                 $mistakes++;
             };
             check_spelling($d, $handler);
-            $builder->is_eq($mistakes, 0, "$cname Info has no spelling errors");
+            $builder->is_eq($mistakes, 0,"$cname Info has no spelling errors");
         } else {
             $builder->ok(0, "$cname has an Info field");
         }
@@ -272,8 +271,8 @@ sub test_check_desc {
                     "Spelling ($cname/$tag): $incorrect => $correct");
                 $mistakes++;
             };
-            # FIXME: There are a couple of known false-positives that breaks the
-            # test.
+            # FIXME: There are a couple of known false-positives that
+            # breaks the test.
             # check_spelling($info, $handler);
             $builder->is_eq($mistakes, 0,
                 "$content_type $cname: $tag has no spelling errors");

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


Reply to: