]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/MUON_geomAll.C
Remove trailing whitespace.
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_geomAll.C
index 88a730daf35d9b8475fc9dfb8a97e7f0b8530367..f0fa7c73f34bad05016e451e83d16eff2c7bafe2 100644 (file)
@@ -4,7 +4,7 @@
 /**************************************************************************
  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
- * full copyright notice.                                                 * 
+ * full copyright notice.                                                 *
  **************************************************************************/
 
 void MUON_geomAll()
@@ -18,9 +18,9 @@ void MUON_geomAll()
 
   TEveGeoTopNode* topn_re = new TEveGeoTopNode
     (gGeoManager, gGeoManager->GetTopNode());
-  
+
   gEve->AddGlobalElement(topn_re);
 
   gEve->Redraw3D(kTRUE);
-  
+
 }