From 3baf5b9cb762231e0c98b0e4aef4ac58b6ac80ae Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 20 Feb 2003 19:46:24 +0000 Subject: Whitespace --- Echolot/Chain.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Echolot/Chain.pm b/Echolot/Chain.pm index d6ccda1..e2e6d38 100644 --- a/Echolot/Chain.pm +++ b/Echolot/Chain.pm @@ -1,7 +1,7 @@ package Echolot::Chain; # (c) 2002 Peter Palfrader -# $Id: Chain.pm,v 1.11 2003/02/20 14:05:19 weasel Exp $ +# $Id: Chain.pm,v 1.12 2003/02/20 19:46:24 weasel Exp $ # =pod @@ -122,7 +122,7 @@ sub get_latest_key($$) { my $chosen = undef; for my $keyid (Echolot::Globals::get()->{'storage'}->get_keys($address, $type)) { my %key = Echolot::Globals::get()->{'storage'}->get_key($address, $type, $keyid); - $chosen = $keyid, $latest= $key{'last_update'} if $latest < $key{'last_update'}; + $chosen = $keyid, $latest = $key{'last_update'} if $latest < $key{'last_update'}; }; return $chosen; }; -- cgit v1.2.3