]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/acorde_hits.C
Remove trailing whitespace.
[u/mrichter/AliRoot.git] / EVE / alice-macros / acorde_hits.C
index 96ca3eb183706e8a5c49d4be7807c9fd8c14cc3f..5c32f86baa6694bc7b4674a244713755f1290bba 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.                                                 *
  **************************************************************************/
 
 TEvePointSet*
@@ -16,7 +16,7 @@ acorde_hits(const char *varexp    = "ACORDE.fX:ACORDE.fY:ACORDE.fZ",
   rl->LoadHits("ACORDE");
 
   TTree* ht = rl->GetTreeH("ACORDE", false);
-  
+
   //PH The line below is replaced waiting for a fix in Root
   //PH which permits to use variable siza arguments in CINT
   //PH on some platforms (alphalinuxgcc, solariscc5, etc.)