comparison reproctool.cgi @ 37:56794934b5b2

Indentation
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 18:12:22 +0000
parents e8772d1bd517
children 558b63789352
comparison
equal deleted inserted replaced
36:e8772d1bd517 37:56794934b5b2
206 my @output = (); 206 my @output = ();
207 while ($pre_reprocess->fetch()) 207 while ($pre_reprocess->fetch())
208 { 208 {
209 my $item = {}; 209 my $item = {};
210 my $isk = ($trit * $ttrit) + ($pyer * $tpyer) + ($mexa * $tmexa) + 210 my $isk = ($trit * $ttrit) + ($pyer * $tpyer) + ($mexa * $tmexa) +
211 ($isog * $tisog) + ($nocx * $tnocx) + ($zydr * $tzydr) + 211 ($isog * $tisog) + ($nocx * $tnocx) + ($zydr * $tzydr) +
212 ($mega * $tmega) + ($morp * $tmorp); 212 ($mega * $tmega) + ($morp * $tmorp);
213 my $repDetails = sprintf( "Trit=%d Py=%d Mex=%d Iso=%d Nocx=%d Zyd=%d Mega=%d Morp=%d", 213 my $repDetails = sprintf( "Trit=%d Py=%d Mex=%d Iso=%d Nocx=%d Zyd=%d Mega=%d Morp=%d",
214 $ttrit, $tpyer, $tmexa, $tisog, $tnocx, $tzydr, $tmega, $tmorp ); 214 $ttrit, $tpyer, $tmexa, $tisog, $tnocx, $tzydr, $tmega, $tmorp );
215 215
216 $meta = 0 unless defined $meta; 216 $meta = 0 unless defined $meta;
217 $item = { id => $tid, name => $tname, meta => $meta, icon => $icon, 217 $item = { id => $tid, name => $tname, meta => $meta, icon => $icon,