summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-11-29 02:31:54 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2008-11-29 02:31:54 -0800
commit6064a3aafc8ffa5f1da5706ad7747597ddccc541 (patch)
tree9e3380d129a22606e7c9a4097e5b7a5e2ff8ac2e /PatchIndexer.pm
parentAdd ability to select a subset of patches easily for testing. (diff)
downloadmysql-extras-6064a3aafc8ffa5f1da5706ad7747597ddccc541.tar.gz
mysql-extras-6064a3aafc8ffa5f1da5706ad7747597ddccc541.tar.bz2
mysql-extras-6064a3aafc8ffa5f1da5706ad7747597ddccc541.zip
Remove trailing whitespace.
Diffstat (limited to 'PatchIndexer.pm')
-rw-r--r--PatchIndexer.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/PatchIndexer.pm b/PatchIndexer.pm
index b3db2ed..63f022f 100644
--- a/PatchIndexer.pm
+++ b/PatchIndexer.pm
@@ -107,6 +107,7 @@ sub printIndex {
}
$os .= "\n";
}
+ chomp $os;
return $os;
}