Skip to content

Commit 1e80754

Browse files
committed
Editor configured for whitespaces at EOF
1 parent eabba5f commit 1e80754

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Common/ML/include/ML/OrtInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ class OrtModel
9494

9595
} // namespace o2
9696

97-
#endif // O2_ML_ORTINTERFACE_H
97+
#endif // O2_ML_ORTINTERFACE_H

Common/ML/src/OrtInterface.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ std::vector<O> OrtModel::inference(std::vector<std::vector<I>>& input)
267267

268268
} // namespace ml
269269

270-
} // namespace o2
270+
} // namespace o2

GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,4 +1175,4 @@ int32_t GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
11751175

11761176
#endif
11771177
return 0;
1178-
}
1178+
}

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ class GPUTPCNNClusterizer : public GPUProcessor
7474

7575
} // namespace o2::gpu
7676

77-
#endif
77+
#endif

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerHost.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ void GPUTPCNNClusterizerHost::networkInference(o2::ml::OrtModel model, GPUTPCNNC
6262
} else {
6363
model.inference<float, float>(clusterer.inputData32, size * clusterer.nnClusterizerElementSize, output);
6464
}
65-
}
65+
}

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerHost.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ class GPUTPCNNClusterizerHost
6565

6666
} // namespace o2::gpu
6767

68-
#endif
68+
#endif

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,4 @@ GPUd() void GPUTPCNNClusterizerKernels::publishClustersReg2(uint glo_idx, GPUSha
383383
}
384384
return;
385385
}
386-
}
386+
}

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ class GPUTPCNNClusterizerKernels : public GPUKernelTemplate
7474

7575
} // namespace o2::gpu
7676

77-
#endif
77+
#endif

0 commit comments

Comments
 (0)