]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/NLT_trackcount_init.C
Remove trailing whitespace.
[u/mrichter/AliRoot.git] / EVE / alice-macros / NLT_trackcount_init.C
index cf7de35273efc1e1077f6a2b8708f887d1dca330..688915cab4cbc8d650395d68a60526a310ce439c 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.                                                 *
  **************************************************************************/
 
 class TEveProjectionManager;
@@ -27,7 +27,7 @@ void NLT_trackcount_init()
   TEveUtil::LoadMacro("tpc_clusters.C+");
 
   TEveViewer* nv = gEve->SpawnNewViewer("NLT Projected");
-  TEveScene*  ns = gEve->SpawnNewScene("NLT"); 
+  TEveScene*  ns = gEve->SpawnNewScene("NLT");
   nv->AddScene(ns);
   TGLViewer* v = nv->GetGLViewer();
   v->SetCurrentCamera(TGLViewer::kCameraOrthoXOY);