summaryrefslogtreecommitdiff
path: root/Echolot
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-20 19:46:24 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-20 19:46:24 +0000
commit3baf5b9cb762231e0c98b0e4aef4ac58b6ac80ae (patch)
tree858ede629fcd0233cb6aeedd406101a7a1f6e207 /Echolot
parente59d79e546de5a91accbe0924b56220969a489fb (diff)
Whitespace
Diffstat (limited to 'Echolot')
-rw-r--r--Echolot/Chain.pm4
1 files 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 <peter@palfrader.org>
-# $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;
};