]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx
style changes
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCATrackerComponent.cxx
index 84104e7b367e68fa6c8988dc80da4651df5307d9..9cba0c2f530bad0241e29abcdbeb0748fb2d8659 100644 (file)
@@ -506,7 +506,7 @@ int AliHLTTPCCATrackerComponent::DoEvent
   }
 
   clusterData.FinishReading();
-  
+
   // reconstruct the event
 
   TStopwatch timerReco;
@@ -633,7 +633,7 @@ int AliHLTTPCCATrackerComponent::DoEvent
   } else { // new output type
 
     mySize = fTracker->Output()->EstimateSize( fTracker->Output()->NTracks(),
-                                              fTracker->Output()->NTrackClusters() );
+             fTracker->Output()->NTrackClusters() );
     if ( mySize <= maxBufferSize ) {
       const AliHLTUInt8_t* outputevent = reinterpret_cast<const AliHLTUInt8_t*>( fTracker->Output() );
       for ( unsigned int i = 0; i < mySize; i++ ) outputPtr[i] = outputevent[i];