aboutsummaryrefslogtreecommitdiff
path: root/log2changes.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
committerYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
commited0364343dc2472fdc6a390bb00c3e20152e8e6f (patch)
tree5602c9828ae26fe36e583d7975f711c35ab504a3 /log2changes.pl
parent5c0ad9581dc0d59ba4e425e54589cdc2b6cb7ac5 (diff)
removed trailing whitespace
Diffstat (limited to 'log2changes.pl')
-rwxr-xr-xlog2changes.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/log2changes.pl b/log2changes.pl
index dbdc69764..a92d939b3 100755
--- a/log2changes.pl
+++ b/log2changes.pl
@@ -34,7 +34,7 @@ while(<STDIN>) {
my $ref = $2;
if ($ref =~ /refs\/tags\/curl-([0-9_]*)/) {
$tag = $1;
- $tag =~ tr/_/./;
+ $tag =~ tr/_/./;
} else {
$tag = '';
}