Skip to content

Commit b7adbe5

Browse files
committed
Please consider the following formatting changes
1 parent 5240f6e commit b7adbe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Base/include/DetectorsBase/MatLayerCylSet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class MatLayerCylSet : public o2::gpu::FlatObject
148148
static constexpr uint16_t VoxelAmbiguousBit = 0x8000u;
149149
static constexpr uint16_t VoxelSegmentMask = 0x7fffu;
150150

151-
uint16_t mLayerVoxelLU[NumVoxels]; //! first interval based on known radius, plus the ambiguity flag (static dimension for easy copy to GPU)
151+
uint16_t mLayerVoxelLU[NumVoxels]; //! first interval based on known radius, plus the ambiguity flag (static dimension for easy copy to GPU)
152152
bool mInitializedLayerVoxelLU = false; //! if the voxels have been initialized
153153

154154
ClassDefNV(MatLayerCylSet, 1);

0 commit comments

Comments
 (0)