Skip to content

Commit

Permalink
add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn committed Apr 13, 2021
1 parent 85b019f commit 9420952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CUDADataFormats/Track/interface/TrackSoAHeterogeneousT.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TrackSoAHeterogeneousT {

using Quality = pixelTrack::Quality;
using hindex_type = uint32_t;
using HitContainer = cms::cuda::OneToManyAssoc<hindex_type, S+1, 5 * S>;
using HitContainer = cms::cuda::OneToManyAssoc<hindex_type, S + 1, 5 * S>;

// Always check quality is at least loose!
// CUDA does not support enums in __lgc ...
Expand Down

0 comments on commit 9420952

Please sign in to comment.