[debhelper-devel] [debhelper] 02/02: dh_compress: Fix minor indentation issue

Niels Thykier nthykier at moszumanska.debian.org
Sat Feb 27 10:12:33 UTC 2016


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 4d71c92575b5b614a030787d8981935bfab44889
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Feb 27 10:12:20 2016 +0000

    dh_compress: Fix minor indentation issue
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_compress | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_compress b/dh_compress
index cca83cb..7cac14c 100755
--- a/dh_compress
+++ b/dh_compress
@@ -191,7 +191,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 	# they are again.
 	foreach (keys %hardlinks) {
 		# Remove old file.
-	    	doit("rm","-f","$_");
+		doit("rm","-f","$_");
 		# Make new hardlink.
 		doit("ln","$hardlinks{$_}.gz","$_.gz");
 	}

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




More information about the debhelper-devel mailing list