Index: trunk/MagicSoft/Mars/mgui/MGMarsMain.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGMarsMain.h	(revision 700)
+++ trunk/MagicSoft/Mars/mgui/MGMarsMain.h	(revision 706)
@@ -26,7 +26,8 @@
   //  the things for the menu bar 
     
-  TGMenuBar         *fMenuBar ; 
-  TGPopupMenu       *fFileMenu ;
-  TGLayoutHints     *fLayMenuBar, *fLayMenuItem ; 
+  TGMenuBar          *fMenuBar ;
+  TGPopupMenu        *fFileMenu ;
+  TGLayoutHints      *fLayMenuBar;
+  TGLayoutHints      *fLayMenuItem ;
   TGHorizontal3DLine *fLineSep ; 
 
@@ -40,11 +41,16 @@
   //   the object in the top part of the frame
   
-  TGPictureButton *fPicMagic, *fPicMars ;
+  TGPictureButton  *fPicMagic;
+  TGPictureButton  *fPicMars ;
  
   //   the object in the low part of the frame
  
-  TGVerticalFrame  *fTabF1, *fTabF2 ; 
+  TGVerticalFrame  *fTabF1; 
+  TGVerticalFrame  *fTabF2 ;
   
-  TGTextButton     *fButEvtDisp, *fButDataCheck, *fButAnalys, *fButMonteCarlo ;
+  TGTextButton     *fButEvtDisp;
+  TGTextButton     *fButDataCheck;
+  TGTextButton     *fButAnalys;
+  TGTextButton     *fButMonteCarlo ;
   TGLayoutHints    *fButLayout ; 
  
Index: trunk/MagicSoft/Mars/mgui/MGMonteCarloMain.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGMonteCarloMain.cc	(revision 700)
+++ trunk/MagicSoft/Mars/mgui/MGMonteCarloMain.cc	(revision 706)
@@ -27,5 +27,5 @@
 MGMonteCarloMain::MGMonteCarloMain(const TGWindow *p, const TGWindow *main, 
                             UInt_t w, UInt_t h ) 
-        : TGTransientFrame(p, main, w, h ) 
+        : TGTransientFrame(p, main, w, h )
 {
   //
@@ -222,10 +222,5 @@
   //   Checks if there is a selected input root file
    
-  if ( strcmp ( fInputFile, "\n") == 0 )
-    { 
-      return ( kFALSE ) ; 
-    } 
-  
-  return (kTRUE) ; 
+    return strcmp ( fInputFile, "\n") == 0 ? kFALSE : kTRUE;
 } 
 
