Index: trunk/MagicSoft/Mars/mbase/MReadTree.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MReadTree.cc	(revision 654)
+++ trunk/MagicSoft/Mars/mbase/MReadTree.cc	(revision 659)
@@ -173,10 +173,12 @@
 Bool_t MReadTree::GetEvent() 
 {
-  // Get the Event with the current EventNumber fNumEntry 
-  //
-  fTree->GetEntry(fNumEntry );
-
-  return kTRUE;
-}
+    //
+    // Get the Event with the current EventNumber fNumEntry
+    //
+    fTree->GetEntry(fNumEntry);
+
+    return kTRUE;
+}
+
 Bool_t MReadTree::DecEventNum(UInt_t dec)
 {
