Skip to content

Commit 48eb8e6

Browse files
committed
Formatting
1 parent 10add02 commit 48eb8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ struct JetCorrelationD0 {
284284
if (dPhi > o2::constants::math::PI) {
285285
dPhi = 2 * o2::constants::math::PI - dPhi;
286286
}
287-
if (std::abs(dPhi - o2::constants::math::PI) > (o2::constants::math::PI / 2)) {
287+
if (std::abs(dPhi - o2::constants::math::PI) > (o2::constants::math::PI / 2)) {
288288
continue;
289289
}
290290
fillJetHistograms(jet, dPhi);
@@ -439,7 +439,7 @@ struct JetCorrelationD0 {
439439
}
440440
}
441441
}
442-
}
442+
}
443443
}
444444
PROCESS_SWITCH(JetCorrelationD0, processMcMatched, "process matching of particle level jets to detector level jets", false);
445445
};

0 commit comments

Comments
 (0)