From a1750087e17caa3ec1baeafc21b1a5229979df38 Mon Sep 17 00:00:00 2001 From: joey <> Date: Mon, 13 Nov 2006 16:25:16 +0000 Subject: [PATCH] Eat the trailing space we added earlier --- Util.pm | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.20.1