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

[lintian] 01/01: c/shared-libs: Run perltidy



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

jwilk pushed a commit to branch master
in repository lintian.

commit 662b03ea0cba7c564c2c116e5c4730da1fd0e528
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Oct 2 20:12:20 2015 +0200

    c/shared-libs: Run perltidy
---
 checks/shared-libs.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/checks/shared-libs.pm b/checks/shared-libs.pm
index 8494563..f917cd1 100644
--- a/checks/shared-libs.pm
+++ b/checks/shared-libs.pm
@@ -292,7 +292,9 @@ sub run {
                 # just do without it as often (but not always) works.
                 $stem = "usr/lib/gcc/$gcc_ver" unless defined $madir;
 
-                push @alt, map { "$stem/$_$basename" } ('', qw(64/ 32/ n32/ x32/ sf/ hf/));
+                push @alt,
+                  map { "$stem/$_$basename" }
+                  ('', qw(64/ 32/ n32/ x32/ sf/ hf/));
             }
 
           PKG:

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


Reply to: