From 36eaa9b1b7f1685167df0dd65ce2c09a7e3c0751 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 30 Jul 2025 08:08:54 +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 616856bda16..5697bee2102 100644 --- a/Common/TableProducer/PID/pidTPCModule.h +++ b/Common/TableProducer/PID/pidTPCModule.h @@ -230,7 +230,7 @@ class pidTPCModule // read in configurations from the task where it's used pidTPCopts = external_pidtpcopts; - if(pidTPCopts.useCorrecteddEdx.value){ + if (pidTPCopts.useCorrecteddEdx.value) { LOGF(info, "***************************************************"); LOGF(info, " WARNING: YOU HAVE SWITCHED ON 'corrected dEdx!"); LOGF(info, " This mode is still in development and it is meant");