[Reproducible-commits] [strip-nondeterminism] 02/05: handlers/ar.pm: Normalise whitespace

Chris Lamb chris at chris-lamb.co.uk
Sun Jul 24 11:41:10 UTC 2016


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

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit 4537968f26ba9397b7b4da20528b05e0cec8ee90
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Jul 24 10:56:31 2016 +0100

    handlers/ar.pm: Normalise whitespace
---
 lib/File/StripNondeterminism/handlers/ar.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/File/StripNondeterminism/handlers/ar.pm b/lib/File/StripNondeterminism/handlers/ar.pm
index db64f2b..7b22679 100644
--- a/lib/File/StripNondeterminism/handlers/ar.pm
+++ b/lib/File/StripNondeterminism/handlers/ar.pm
@@ -37,7 +37,7 @@ sub normalize {
 	my $buf;
 
 	open(my $fh, '+<', $file)
-	    or die("failed to open $file for read+write: $!");
+		or die("failed to open $file for read+write: $!");
 
 	read $fh, $buf, $GLOBAL_HEADER_LENGTH;
 	return 0 if $buf ne $GLOBAL_HEADER;
@@ -48,7 +48,7 @@ sub normalize {
 		die "reading $file failed: $!" if !defined $count;
 		last if $count == 0;
 
-		# http://en.wikipedia.org/wiki/Ar_(Unix)    
+		# http://en.wikipedia.org/wiki/Ar_(Unix)
 		#from   to     Name                      Format
 		#0      15     File name                 ASCII
 		#16     27     File modification date    Decimal

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



More information about the Reproducible-commits mailing list