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

[lintian] 01/01: reporting/*: Run perltidy on reporting scripts



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

nthykier pushed a commit to branch master
in repository lintian.

commit 9add482b41ad91b262ef99d41a473ce5f29a93b3
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Feb 8 18:08:29 2014 +0100

    reporting/*: Run perltidy on reporting scripts
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/harness      | 2 +-
 reporting/html_reports | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/reporting/harness b/reporting/harness
index 9e8b85c..ea4d538 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -355,7 +355,7 @@ unless ($opt{'reports-only'}) {
         }
     }
     save_state_cache($STATE_DIR, $state)
-        if not $opt{'dry-run'};
+      if not $opt{'dry-run'};
 
     # Flushes the changed manifest to the file system - croaks on
     # error
diff --git a/reporting/html_reports b/reporting/html_reports
index 6a49059..dcaaea4 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -370,7 +370,8 @@ while (<>) {
                   = map { map_maintainer($_) } split(/>\K\s*,\s*/, $uploaders);
                 for my $uploader (@uploaders) {
                     next if $uploader eq $maintainer;
-                    $by_uploader{$uploader}{$source}{$source_version} = $list_ref;
+                    $by_uploader{$uploader}{$source}{$source_version}
+                      = $list_ref;
                 }
             }
         }

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


Reply to: