Skip to content

Commit faf4e90

Browse files
committed
clang-format
1 parent dfae714 commit faf4e90

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,14 +346,12 @@ struct JetCorrelationD0 {
346346

347347
if (d0Candidate.flagMcMatchRec() == decayChannel) { // matched to D0 on truth level
348348
matchedFrom = 1;
349-
}
350-
else if (d0Candidate.flagMcMatchRec() == -decayChannel) { // matched to D0bar on truth level
349+
} else if (d0Candidate.flagMcMatchRec() == -decayChannel) { // matched to D0bar on truth level
351350
matchedFrom = -1;
352351
}
353352
if (d0Candidate.candidateSelFlag() & BIT(0)) { // CandidateSelFlag == BIT(0) -> selected as D0
354353
selectedAs = 1;
355-
}
356-
else if (d0Candidate.candidateSelFlag() & BIT(1)) { // CandidateSelFlag == BIT(1) -> selected as D0bar
354+
} else if (d0Candidate.candidateSelFlag() & BIT(1)) { // CandidateSelFlag == BIT(1) -> selected as D0bar
357355
selectedAs = -1;
358356
}
359357

0 commit comments

Comments
 (0)