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

[lintian] 01/01: c/r-lintian-harness: 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 caa63af6e643c44f8c30d32c0b8790bf35f5f2df
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Mar 14 07:55:03 2015 +0100

    c/r-lintian-harness: Apply perltidy
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-lintian-harness | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/reporting-lintian-harness b/commands/reporting-lintian-harness
index b830205..3327548 100755
--- a/commands/reporting-lintian-harness
+++ b/commands/reporting-lintian-harness
@@ -162,7 +162,7 @@ sub prepare_lintian_environment_and_cmdline {
     for my $key (keys(%ENV)) {
         delete($ENV{$key}) if $key =~ m/^LINTIAN_/;
     }
-    if ( $OPT{'lintian-scratch-space'} ) {
+    if ($OPT{'lintian-scratch-space'}) {
         $ENV{'TMPDIR'} = $OPT{'lintian-scratch-space'};
         log_msg("Setting TMPDIR to $ENV{'TMPDIR'}");
     } else {

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


Reply to: