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

[lintian] 02/02: c/binaries.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 a1547d038fd1c30dac93d5ae401097244f6d7d6f
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Aug 16 10:30:01 2015 +0200

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

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 3542611..57ca2f0 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -549,9 +549,10 @@ sub run {
                         my $tag = "hardening-$t";
                         # Binaries built by the Go compiler do not support all
                         # hardening measures.
-                        next if ($t eq 'no-relro' ||
-                                 $t eq 'no-fortify-functions') &&
-                                 $built_with_golang;
+                        next
+                          if ($t eq 'no-relro'
+                            ||$t eq 'no-fortify-functions')
+                          &&$built_with_golang;
                         tag $tag, $file if $flags->{$tag};
                     }
                 }

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


Reply to: