Index: trunk/MagicSoft/Mars/manalysis/MMatrixLoop.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MMatrixLoop.cc	(revision 2419)
+++ trunk/MagicSoft/Mars/manalysis/MMatrixLoop.cc	(revision 2421)
@@ -54,11 +54,10 @@
 // --------------------------------------------------------------------------
 //
+Int_t MMatrixLoop::PreProcess(MParList *plist)
+{
+    fNumRow = 0;
 
-Int_t MMatrixLoop::PreProcess(MParList *plist)
-    {
-        fNumRow = 0;
-
-        return fMatrix ? kTRUE : kFALSE;
-    }
+    return fMatrix ? kTRUE : kFALSE;
+}
 
 // --------------------------------------------------------------------------
@@ -71,12 +70,2 @@
     return fMatrix->SetNumRow(fNumRow++);
 }
-
-
-
-
-
-
-
-
-
-
