changeset 37:56794934b5b2

Indentation
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 18:12:22 +0000
parents e8772d1bd517
children 558b63789352
files reproctool.cgi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/reproctool.cgi	Sun Jan 25 18:10:07 2009 +0000
+++ b/reproctool.cgi	Sun Jan 25 18:12:22 2009 +0000
@@ -208,8 +208,8 @@
 {
     my $item = {};
     my $isk = ($trit * $ttrit) + ($pyer * $tpyer) + ($mexa * $tmexa) +
-                ($isog * $tisog) + ($nocx * $tnocx) + ($zydr * $tzydr) +
-                ($mega * $tmega) + ($morp * $tmorp);
+              ($isog * $tisog) + ($nocx * $tnocx) + ($zydr * $tzydr) +
+              ($mega * $tmega) + ($morp * $tmorp);
     my $repDetails = sprintf( "Trit=%d Py=%d Mex=%d Iso=%d Nocx=%d Zyd=%d Mega=%d Morp=%d",
                               $ttrit, $tpyer, $tmexa, $tisog, $tnocx, $tzydr, $tmega, $tmorp );