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

[lintian] 01/01: helpers/coll/objdump-info-helper: Apply more perltidy



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

nthykier pushed a commit to branch master
in repository lintian.

commit 7ad81a9b9bba71ad4ad95bfe163a23240b1b4a49
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jul 1 21:55:23 2015 +0200

    helpers/coll/objdump-info-helper: Apply more perltidy
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 helpers/coll/objdump-info-helper | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/helpers/coll/objdump-info-helper b/helpers/coll/objdump-info-helper
index 4a7a063..c4d3798 100755
--- a/helpers/coll/objdump-info-helper
+++ b/helpers/coll/objdump-info-helper
@@ -210,9 +210,7 @@ while (my $line = <$readelf>) {
 # Finish the last file
 finish_file();
 
-eval {
-    close($readelf);
-};
+eval {close($readelf);};
 if (my $err = $@) {
     if ($static_lib_issues == 0) {
         die($err);

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


Reply to: