Skip to content

Commit 40c862a

Browse files
clang-format
1 parent 43c367f commit 40c862a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGLF/TableProducer/QC/nucleiQC.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ struct nucleiQC {
266266
default:
267267
candidate.flags |= 0;
268268
}
269-
269+
270270
if (track.hasTOF())
271271
candidate.flags |= nuclei::Flags::kHasTOF;
272272

@@ -441,7 +441,7 @@ struct nucleiQC {
441441
mcParticlesThisCollision.bindExternalIndices(&mcParticles);
442442

443443
for (const auto& particle : mcParticlesThisCollision) {
444-
444+
445445
if (std::find(mFilledMcParticleIds.begin(), mFilledMcParticleIds.end(), particle.globalIndex()) != mFilledMcParticleIds.end())
446446
continue;
447447

@@ -484,7 +484,6 @@ struct nucleiQC {
484484
}
485485
}
486486
PROCESS_SWITCH(nucleiQC, processMc, "Mc analysis", false);
487-
488487
};
489488

490489
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)