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

[lintian] 01/01: Tidy checks/java.pm.



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

lamby pushed a commit to branch master
in repository lintian.

commit 04552f3c9c4f4fd48cc4e1767ce19f1b5fa36f05
Author: Chris Lamb <lamby@debian.org>
Date:   Tue Aug 8 15:43:06 2017 -0400

    Tidy checks/java.pm.
---
 checks/java.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/checks/java.pm b/checks/java.pm
index 83bd970..4f09981 100644
--- a/checks/java.pm
+++ b/checks/java.pm
@@ -79,7 +79,8 @@ sub run {
             $has_public_jars = 1;
         }
         # check for common code files like .class or .clj (Clojure files)
-        foreach my $class (grep { m/\.(?:class|cljc?)$/oi } sort keys %{$files}){
+        foreach
+          my $class (grep { m/\.(?:class|cljc?)$/oi } sort keys %{$files}){
             my $mver = $files->{$class};
             $classes = 1;
             next if $class =~ m/\.cljc?$/;

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


Reply to: