[or-cvs] r18737: {website} fix code spacing to avoid the whitespace police. remove a ch (website/trunk)
phobos at seul.org
phobos at seul.org
Mon Mar 2 03:45:25 UTC 2009
Author: phobos
Date: 2009-03-01 22:45:25 -0500 (Sun, 01 Mar 2009)
New Revision: 18737
Modified:
website/trunk/update-mirrors.pl
Log:
fix code spacing to avoid the whitespace police. remove a chomp().
Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl 2009-03-02 03:43:37 UTC (rev 18736)
+++ website/trunk/update-mirrors.pl 2009-03-02 03:45:25 UTC (rev 18737)
@@ -668,10 +668,9 @@
my $time;
if( "$m{$server}{'updateDate'}" ne "Unknown") {
- if( "$m{$server}{'updateDate'}" eq "$tortime" ) {
- $time = "Up to date";
- chomp($time);
- } else { $time = "Out of date"; }
+ if( "$m{$server}{'updateDate'}" eq "$tortime" ) {
+ $time = "Up to date";
+ } else { $time = "Out of date"; }
} else { $time = "Unknown"; }
print OUT <<"END";
\n<tr>\n
More information about the tor-commits
mailing list