[libconfig-model-dpkg-perl] 04/23: fix indentation
dod at debian.org
dod at debian.org
Mon Feb 13 12:29:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit 8116abf1ab3625cfd1d365fafc24dd88df0d805b
Author: Dominique Dumont <dod at debian.org>
Date: Tue Jan 24 12:58:43 2017 +0100
fix indentation
---
lib/Dpkg/Copyright/Scanner.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 75b5aa8..6f19b44 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -286,7 +286,7 @@ sub scan_files ( %args ) {
_warn $msg;
}
- my @notused = grep { ! $fill_blank_data->{$_}{used} and $_; } sort keys %$fill_blank_data ;
+ my @notused = grep { ! $fill_blank_data->{$_}{used} and $_; } sort keys %$fill_blank_data ;
if (@notused) {
_warn "Warning: the following entries from fill.copyright.blanks.yml were not used\n- '"
.join("'\n- '", at notused)."'\n";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list