From b7adbe5908e61f552c9e7b047bbae11e03306484 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 24 Aug 2026 09:45:13 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Base/include/DetectorsBase/MatLayerCylSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Base/include/DetectorsBase/MatLayerCylSet.h b/Detectors/Base/include/DetectorsBase/MatLayerCylSet.h index 3059174279d16..a659ddb8a217f 100644 --- a/Detectors/Base/include/DetectorsBase/MatLayerCylSet.h +++ b/Detectors/Base/include/DetectorsBase/MatLayerCylSet.h @@ -148,7 +148,7 @@ class MatLayerCylSet : public o2::gpu::FlatObject static constexpr uint16_t VoxelAmbiguousBit = 0x8000u; static constexpr uint16_t VoxelSegmentMask = 0x7fffu; - uint16_t mLayerVoxelLU[NumVoxels]; //! first interval based on known radius, plus the ambiguity flag (static dimension for easy copy to GPU) + uint16_t mLayerVoxelLU[NumVoxels]; //! first interval based on known radius, plus the ambiguity flag (static dimension for easy copy to GPU) bool mInitializedLayerVoxelLU = false; //! if the voxels have been initialized ClassDefNV(MatLayerCylSet, 1);