From 6c0eb448298d99421213343823feb945ca95fa1d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 16 Nov 2025 12:42:52 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGUD/TableProducer/SGCandProducer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGUD/TableProducer/SGCandProducer.cxx b/PWGUD/TableProducer/SGCandProducer.cxx index 4d88fede992..c3cb33cb43e 100644 --- a/PWGUD/TableProducer/SGCandProducer.cxx +++ b/PWGUD/TableProducer/SGCandProducer.cxx @@ -357,7 +357,7 @@ struct SGCandProducer { LOGF(info, "No Newbc %i", bc.globalBC()); } getHist(TH1, histdir + "/Stat")->Fill(issgevent + 10, 1.); - if ((storeDG && issgevent==o2::aod::sgselector::DoubleGap) || (storeSG && (issgevent==o2::aod::sgselector::SingleGapA || issgevent==o2::aod::sgselector::SingleGapC))) { + if ((storeDG && issgevent == o2::aod::sgselector::DoubleGap) || (storeSG && (issgevent == o2::aod::sgselector::SingleGapA || issgevent == o2::aod::sgselector::SingleGapC))) { if (verboseInfo) LOGF(info, "Current BC: %i, %i, %i", bc.globalBC(), newbc.globalBC(), issgevent); if (sameCuts.minRgtrwTOF()) {