]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCASliceOutput.h
style changes
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCASliceOutput.h
index ec2a89daae5cdb59b81e292902ec00474013689f..aaa03eea8235fec85bf493a97b5ee520219aae47 100644 (file)
@@ -47,8 +47,8 @@ class AliHLTTPCCASliceOutput
     GPUhd() void SetNTrackClusters( int v )  { fNTrackClusters = v; }
 
     GPUhd() void SetTrack( int i, const AliHLTTPCCASliceTrack &v ) {  fTracks[i] = v; }
-  GPUhd() void SetClusterRow( int i, unsigned char v ) {  fClusterRow[i] = v; }
-  GPUhd() void SetClusterId( int i, int v ) {  fClusterId[i] = v; }
+    GPUhd() void SetClusterRow( int i, unsigned char v ) {  fClusterRow[i] = v; }
+    GPUhd() void SetClusterId( int i, int v ) {  fClusterId[i] = v; }
     GPUhd() void SetClusterPackedYZ( int i, unsigned short v ) {  fClusterPackedYZ[i] = v; }
     GPUhd() void SetClusterPackedAmp( int i, UChar_t v ) {  fClusterPackedAmp[i] = v; }
     GPUhd() void SetClusterUnpackedYZ( int i, float2 v ) {  fClusterUnpackedYZ[i] = v; }