From 6ac99a00648b1523bd9e9e018a18b255f3b59af3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 28 Jul 2025 10:19:32 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/PID/pidTPCModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/PID/pidTPCModule.h b/Common/TableProducer/PID/pidTPCModule.h index e88dc28cdcf..b30e36a24ca 100644 --- a/Common/TableProducer/PID/pidTPCModule.h +++ b/Common/TableProducer/PID/pidTPCModule.h @@ -545,7 +545,7 @@ class pidTPCModule // faster counting for (const auto& track : tracks) { if (track.hasTPC()) { - if(track.collisionId() > -1){ + if (track.collisionId() > -1) { pidmults[track.collisionId()]++; } totalTPCtracks++;