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

[lintian] 01/01: c/changelog-file: 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 d7299aa6c922d2cdb730135a6ca0a47e5e893033
Author: Niels Thykier <niels@thykier.net>
Date:   Sun May 3 22:50:04 2015 +0200

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

diff --git a/checks/changelog-file.pm b/checks/changelog-file.pm
index e641c57..77173ae 100644
--- a/checks/changelog-file.pm
+++ b/checks/changelog-file.pm
@@ -323,10 +323,8 @@ sub run {
             my $first_dist = lc $entries[0]->Distribution;
             my $second_dist = lc $entries[1]->Distribution;
             if ($first_dist eq 'unstable' and $second_dist eq 'experimental') {
-                unless (
-                        $entries[0]->Changes
-                            =~ /\bto\s+['"‘“]?(?:unstable|sid)['"’”]?\b/im
-                        ) {
+                unless ($entries[0]->Changes
+                    =~ /\bto\s+['"‘“]?(?:unstable|sid)['"’”]?\b/im) {
                     tag 'experimental-to-unstable-without-comment';
                 }
             }

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


Reply to: