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

[lintian] 01/01: c/files.pm: 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 f32252c9b6d2c5d364390719ae3dac72394e88fd
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Oct 1 21:45:13 2014 +0200

    c/files.pm: Apply perltidy
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/files.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index 8b4674d..2546da5 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -1149,7 +1149,7 @@ sub run {
         }
 
         # doxygen map + md5sum
-        if (   $fname =~ m,^usr/share/doc/$ppkg/[^/]+/.+\.md5$,) {
+        if ($fname =~ m,^usr/share/doc/$ppkg/[^/]+/.+\.md5$,) {
             if ($file->parent_dir->child('doxygen.png')) {
                 tag 'useless-autogenerated-doxygen-file', $file;
             }

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


Reply to: