This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 72ef8d988198d32da4e442ede89e01e3adc9ff7d Author: Niels Thykier <[email protected]> Date: Sun Jun 19 15:13:22 2016 +0000 c/testsuite: Apply perltidy Signed-off-by: Niels Thykier <[email protected]> --- checks/testsuite.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/checks/testsuite.pm b/checks/testsuite.pm index 716274f..678e4a9 100644 --- a/checks/testsuite.pm +++ b/checks/testsuite.pm @@ -185,8 +185,9 @@ sub check_control_paragraph { # @ is not a valid predicate in general, but autopkgtests # allows it. next if exists($KNOWN_SPECIAL_DEPENDS{$unparsable}); - tag 'testsuite-dependency-has-unparsable-elements', "\"$unparsable\"", - "(in paragraph starting at line $line)"; + tag 'testsuite-dependency-has-unparsable-elements', + "\"$unparsable\"", + "(in paragraph starting at line $line)"; } } return; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

