From: joey <> Date: Mon, 13 Nov 2006 16:25:16 +0000 (+0000) Subject: Eat the trailing space we added earlier X-Git-Tag: release-0.3.33~79 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=commitdiff_plain;h=a1750087e17caa3ec1baeafc21b1a5229979df38 Eat the trailing space we added earlier --- diff --git a/Util.pm b/Util.pm index 9acd5d1..1688dc4 100644 --- a/Util.pm +++ b/Util.pm @@ -175,6 +175,7 @@ sub FormatFingerPrint { $out .= substr($in, $_*4, 4)." "; } } + chop $out; return $out; }