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

[lintian] 01/01: t/runtests: 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 744f62ff0b4f45c69d7b87517d57639764bbdf12
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Dec 25 15:49:19 2015 +0000

    t/runtests: Apply perltidy
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/runtests | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/t/runtests b/t/runtests
index 44e26c9..e4aed61 100755
--- a/t/runtests
+++ b/t/runtests
@@ -789,8 +789,10 @@ sub handle_msg_from_child {
         }
         $final_msg = "${msg_type} ${suite}::${testname}";
         $final_msg .= ": ${info_msg}" if defined($info_msg);
-        $show_msg = 1 if $msg_type ne 'pass'
-            and $msg_type ne 'pass-todo' and $msg_type ne 'skip';
+        $show_msg = 1
+          if $msg_type ne 'pass'
+          and $msg_type ne 'pass-todo'
+          and $msg_type ne 'skip';
         $show_msg = 1 if $output_is_tty or $VERBOSE;
         print "${final_msg}\n" if $show_msg;
 

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


Reply to: