Skip to content

Commit 092403a

Browse files
alibuildf3sch
authored andcommitted
Please consider the following formatting changes
1 parent 3f7db94 commit 092403a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/tracking/src/TrackingInterface.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void ITSTrackingInterface::run(framework::ProcessingContext& pc)
160160
auto& allVerticesLabels = mIsMC ? pc.outputs().make<std::vector<o2::MCCompLabel>>(Output{"ITS", "VERTICESMCTR", 0}) : dummyMCLabVerts;
161161
auto& allVerticesPurities = mIsMC ? pc.outputs().make<std::vector<float>>(Output{"ITS", "VERTICESMCPUR", 0}) : dummyMCPurVerts;
162162

163-
if (!hasClusters) {
163+
if (!hasClusters) {
164164
// skip processing if no data is received entirely but still create empty output so consumers do not wait
165165
return;
166166
}

0 commit comments

Comments
 (0)