From 1120e8e99f1f9cec0bb30f1e1e5cf1e1bc96d9e6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 15 Mar 2024 20:25:53 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/multiplicityTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/multiplicityTable.cxx b/Common/TableProducer/multiplicityTable.cxx index 4b987cea090..96fffe926d4 100644 --- a/Common/TableProducer/multiplicityTable.cxx +++ b/Common/TableProducer/multiplicityTable.cxx @@ -558,7 +558,7 @@ struct MultiplicityTableTaskIndexed { // counter from Igor int nGlobalTracks = 0; for (auto& track : tracks) { - if (fabs(track.eta()) < 0.8 && track.tpcNClsFound() >= 80 && track.tpcNClsCrossedRows() >= 100){ + if (fabs(track.eta()) < 0.8 && track.tpcNClsFound() >= 80 && track.tpcNClsCrossedRows() >= 100) { if (track.isGlobalTrack()) { nGlobalTracks++; }