Skip to content

Commit d929cd7

Browse files
committed
Please consider the following formatting changes
1 parent 311f552 commit d929cd7

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)