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

[lintian] 01/03: checks/files.pm: Dedent conditional by one space.



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

lamby pushed a commit to branch master
in repository lintian.

commit f458929f3524d04ff9bc449303c3d5dbe2dbc33e
Author: Chris Lamb <lamby@debian.org>
Date:   Fri Oct 6 18:59:18 2017 +0100

    checks/files.pm: Dedent conditional by one space.
---
 checks/files.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index b695eaf..829237f 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -2044,7 +2044,7 @@ sub _check_tag_url_privacy_breach {
     # could be replaced by a link to local file but not really a privacy breach
     if(    $file->basename eq 'legal.xml'
         && $tagattr eq 'link'
-        &&  $website =~ m{^creativecommons.org/licenses/}) {
+        && $website =~ m{^creativecommons.org/licenses/}) {
         return;
     }
 

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


Reply to: