Skip to content

Commit 2191649

Browse files
committed
Please consider the following formatting changes
1 parent 84eac06 commit 2191649

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)