From 60266d42bac849ebdbdb177cdb0182c64e7cdf93 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 22 Jun 2023 15:55:49 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/cascadecorrelations.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/cascadecorrelations.cxx b/PWGLF/Tasks/cascadecorrelations.cxx index 304da8dab4e..b9d3340da13 100644 --- a/PWGLF/Tasks/cascadecorrelations.cxx +++ b/PWGLF/Tasks/cascadecorrelations.cxx @@ -105,12 +105,12 @@ struct cascadeSelector { continue; } } else { - //Proton check: + // Proton check: if (TMath::Abs(negTrack.tpcNSigmaPr()) > 3) { cascflags(0); continue; } - //Pion check: + // Pion check: if (TMath::Abs(posTrack.tpcNSigmaPi()) > 3) { cascflags(0); continue;