Skip to content

Commit 9ac4164

Browse files
authored
Merge pull request #130 from alibuild/alibot-cleanup-12788
Please consider the following formatting changes to #12788
2 parents 311f552 + d929cd7 commit 9ac4164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/TableProducer/candidateCreatorCharmResoReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ struct HfCandidateCreatorCharmResoReduced {
353353

354354
int numFills = (cfgTrackRotation.enable) ? cfgTrackRotation.numRotations : 1; // number of times we fil the tables: default 1, but more in case of track rotation
355355

356-
for (int iFill{0}; iFill<numFills; ++iFill) {
356+
for (int iFill{0}; iFill < numFills; ++iFill) {
357357

358358
std::array<float, 3> pVecV0Tr = candV0Tr.pVector();
359359
if (cfgTrackRotation.enable) { // let's rotate

0 commit comments

Comments
 (0)