Skip to content

Commit 5be779c

Browse files
authored
Merge pull request #18 from alibuild/alibot-cleanup-14069
Please consider the following formatting changes to #14069
2 parents 84eac06 + 2191649 commit 5be779c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void GPUTPCNNClusterizer::SetMaxData(const GPUTrackingInOutPointers& io) {}
2424

2525
void* GPUTPCNNClusterizer::setIOPointers(void* mem)
2626
{
27-
if (nnClusterizerBatchedMode > 0){
27+
if (nnClusterizerBatchedMode > 0) {
2828
if (nnClusterizerDtype == 0 && nnClusterizerElementSize > 0) {
2929
computePointerWithAlignment(mem, inputData16, nnClusterizerBatchedMode * nnClusterizerElementSize);
3030
} else if (nnClusterizerDtype == 1 && nnClusterizerElementSize > 0) {

0 commit comments

Comments
 (0)