From 8013494b21eb551f0d2591b97c609a70b300d8b4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 19 Mar 2026 13:59:15 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/TwoParticleCorrelations/Tasks/corrSparse.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/TwoParticleCorrelations/Tasks/corrSparse.cxx b/PWGCF/TwoParticleCorrelations/Tasks/corrSparse.cxx index a7cc3f0e5c7..6c6e7464216 100644 --- a/PWGCF/TwoParticleCorrelations/Tasks/corrSparse.cxx +++ b/PWGCF/TwoParticleCorrelations/Tasks/corrSparse.cxx @@ -771,7 +771,7 @@ struct CorrSparse { auto theta = std::atan2(r, z); return -std::log(std::tan(0.5 * theta)); } -//checks if it is an accepted mft track + // checks if it is an accepted mft track template bool isAcceptedMftTrack(TTrack const& mftTrack) {