Skip to content

Commit dfae714

Browse files
committed
removing whitespace
1 parent 191d38a commit dfae714

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGJE/Tasks/jetCorrelationD0.cxx

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

347347
if (d0Candidate.flagMcMatchRec() == decayChannel) { // matched to D0 on truth level
348348
matchedFrom = 1;
349-
}
349+
}
350350
else if (d0Candidate.flagMcMatchRec() == -decayChannel) { // matched to D0bar on truth level
351351
matchedFrom = -1;
352352
}
353353
if (d0Candidate.candidateSelFlag() & BIT(0)) { // CandidateSelFlag == BIT(0) -> selected as D0
354354
selectedAs = 1;
355-
}
355+
}
356356
else if (d0Candidate.candidateSelFlag() & BIT(1)) { // CandidateSelFlag == BIT(1) -> selected as D0bar
357357
selectedAs = -1;
358358
}

0 commit comments

Comments
 (0)