From ed0364343dc2472fdc6a390bb00c3e20152e8e6f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 30 Dec 2011 03:36:18 +0100 Subject: removed trailing whitespace --- log2changes.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'log2changes.pl') diff --git a/log2changes.pl b/log2changes.pl index dbdc69764..a92d939b3 100755 --- a/log2changes.pl +++ b/log2changes.pl @@ -34,7 +34,7 @@ while() { my $ref = $2; if ($ref =~ /refs\/tags\/curl-([0-9_]*)/) { $tag = $1; - $tag =~ tr/_/./; + $tag =~ tr/_/./; } else { $tag = ''; } -- cgit v1.2.3