removed trailing whitespace

This commit is contained in:
Yang Tse 2011-12-30 03:36:18 +01:00
parent 5c0ad9581d
commit ed0364343d
18 changed files with 42 additions and 43 deletions

View file

@ -34,7 +34,7 @@ while(<STDIN>) {
my $ref = $2;
if ($ref =~ /refs\/tags\/curl-([0-9_]*)/) {
$tag = $1;
$tag =~ tr/_/./;
$tag =~ tr/_/./;
} else {
$tag = '';
}