mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:57:15 +03:00
removed trailing whitespace
This commit is contained in:
parent
5c0ad9581d
commit
ed0364343d
18 changed files with 42 additions and 43 deletions
|
|
@ -34,7 +34,7 @@ while(<STDIN>) {
|
|||
my $ref = $2;
|
||||
if ($ref =~ /refs\/tags\/curl-([0-9_]*)/) {
|
||||
$tag = $1;
|
||||
$tag =~ tr/_/./;
|
||||
$tag =~ tr/_/./;
|
||||
} else {
|
||||
$tag = '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue