Skip to content

Commit 8b60896

Browse files
authored
Merge pull request #10 from alibuild/alibot-cleanup-13057
Please consider the following formatting changes to #13057
2 parents 4a4cd4b + d295fcd commit 8b60896

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
@@ -274,7 +274,7 @@ struct LongrangeCorrelation {
274274
auto x = chPos.X() + (*offsetFT0)[i].getX();
275275
auto y = chPos.Y() + (*offsetFT0)[i].getY();
276276
auto z = chPos.Z() + (*offsetFT0)[i].getZ();
277-
if (chno >= 96)
277+
if (chno >= 96)
278278
z = -z;
279279
auto r = std::sqrt(x * x + y * y);
280280
auto theta = std::atan2(r, z);

0 commit comments

Comments
 (0)