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

[lintian] 02/02: c/binaries: 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 a2bc65e6d72cd12d7c79b7955922d04f1b869d23
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Apr 20 16:58:26 2017 +0000

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

diff --git a/checks/binaries.pm b/checks/binaries.pm
index a0d57bc..36cfce8 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -585,7 +585,7 @@ sub run {
                 tag 'hardening-no-relro', $file;
             }
 
-            if ($arch_hardening->{'hardening-no-bindnow'}
+            if (    $arch_hardening->{'hardening-no-bindnow'}
                 and not $built_with_golang
                 and not exists($objdump->{'FLAGS_1'}{'NOW'})) {
                 tag 'hardening-no-bindnow', $file;

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


Reply to: