From aa1154a685043be58bdc714edcda3dfa4aa3095f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 5 Sep 2025 17:52:01 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tools/TrackPropagationModule.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Common/Tools/TrackPropagationModule.h b/Common/Tools/TrackPropagationModule.h index d5f838cea58..1c5f681623e 100644 --- a/Common/Tools/TrackPropagationModule.h +++ b/Common/Tools/TrackPropagationModule.h @@ -113,25 +113,25 @@ class TrackPropagationModule fillTracksDCA = isTableRequiredInWorkflow(initContext, "TracksDCA"); fillTracksDCACov = isTableRequiredInWorkflow(initContext, "TracksDCACov"); - // enable Tracks in case Tracks have been requested + // enable Tracks in case Tracks have been requested if (fillTracksDCA) { LOGF(info, "******************************************************************"); - LOGF(info, " There is no task subscribed to Tracks, but I have detected a"); + LOGF(info, " There is no task subscribed to Tracks, but I have detected a"); LOGF(info, " subscription to TracksDCA. Now enabling tracks as algorithmic"); - LOGF(info, " dependency. Note: please be sure this is intentional! For"); + LOGF(info, " dependency. Note: please be sure this is intentional! For"); LOGF(info, " secondary analyses, the proper DCA to test against is the DCA"); LOGF(info, " that the V0 or Cascade is assigned to and not necessarily the"); LOGF(info, " the one that the Track is assigned to (if any). "); LOGF(info, "******************************************************************"); - fillTracks = true; + fillTracks = true; } - + if (!fillTracks) { LOGF(info, "Track propagation to PV not required. Suppressing all further processing and logs."); } LOGF(info, " Track propagation table detection results:"); - if (fillTracks){ + if (fillTracks) { LOGF(info, " ---> Will generate Tracks table."); } if (fillTracksCov) {