Skip to content

Commit 27bc9fa

Browse files
committed
Please consider the following formatting changes
1 parent 06625f5 commit 27bc9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ struct LongrangeCorrelation {
289289
}
290290
float deltaPhi = RecoDecay::constrainAngle(triggerTrack.phi() - phiA, -PIHalf);
291291
float deltaEta = triggerTrack.eta() - etaA;
292-
if (mixing)
292+
if (mixing)
293293
histos.fill(HIST("ME/deltaEta_deltaPhi"), deltaPhi, deltaEta);
294294
else
295295
histos.fill(HIST("SE/deltaEta_deltaPhi"), deltaPhi, deltaEta);

0 commit comments

Comments
 (0)