Skip to content

Commit 49b9f8d

Browse files
committed
Please consider the following formatting changes
1 parent 918b923 commit 49b9f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/TPCClusterFinder/GPUTPCCFMCLabelFlattener.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ GPUd() void GPUTPCCFMCLabelFlattener::Thread<GPUTPCCFMCLabelFlattener::setRowOff
5353
// but HIP clusters don't support MC labels yet and containers are missing for those clusters.
5454
// So append empty label container for each HIP cluster.
5555
// Note: This assumes that HIP cluster are store behind regular clusters!
56-
auto &labels = clusterer.mPlabelsByRow[row].data;
56+
auto& labels = clusterer.mPlabelsByRow[row].data;
5757
labels.resize(std::max(labels.size(), clusterInRow));
5858

5959
uint32_t labelCount = 0;

0 commit comments

Comments
 (0)