[pkg-perl-tools] 01/09: Convert hard tabs to spaces

Niko Tyni ntyni at moszumanska.debian.org
Sat Dec 3 21:01:28 UTC 2016


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

ntyni pushed a commit to branch ntyni/autopkgtest
in repository pkg-perl-tools.

commit 7ed16fd980fd2aa8d66ca8ab2f2bb51f0d67c53c
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Nov 27 21:13:04 2016 +0200

    Convert hard tabs to spaces
    
    Whitespace only change
    
    Gbp-Dch: Ignore
---
 autopkgtest/scripts/runtime-deps.d/use.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autopkgtest/scripts/runtime-deps.d/use.t b/autopkgtest/scripts/runtime-deps.d/use.t
index 69382b4..db1e9e4 100755
--- a/autopkgtest/scripts/runtime-deps.d/use.t
+++ b/autopkgtest/scripts/runtime-deps.d/use.t
@@ -32,10 +32,10 @@ sub getmodule {
             next if /^\s*#/;
             /(\S+)/ and $module = $1, last;
         }
-	close M;
+        close M;
         BAIL_OUT("can't find a module name in $conffile")
             if !defined $module;
-	return $module;
+        return $module;
     }
 
     my $meta;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list