Eat the trailing space we added earlier
authorjoey <>
Mon, 13 Nov 2006 16:25:16 +0000 (16:25 +0000)
committerjoey <>
Mon, 13 Nov 2006 16:25:16 +0000 (16:25 +0000)
Util.pm

diff --git a/Util.pm b/Util.pm
index 9acd5d1..1688dc4 100644 (file)
--- a/Util.pm
+++ b/Util.pm
@@ -175,6 +175,7 @@ sub FormatFingerPrint {
       $out .= substr($in, $_*4, 4)." ";
     }      
   }
+  chop $out;
   return $out;
 }