Skip to content

Commit 8b2005c

Browse files
authored
Please consider the following formatting changes (#471)
1 parent 0844640 commit 8b2005c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Common/Tools/TrackPropagationModule.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,25 +113,25 @@ class TrackPropagationModule
113113
fillTracksDCA = isTableRequiredInWorkflow(initContext, "TracksDCA");
114114
fillTracksDCACov = isTableRequiredInWorkflow(initContext, "TracksDCACov");
115115

116-
// enable Tracks in case Tracks have been requested
116+
// enable Tracks in case Tracks have been requested
117117
if (fillTracksDCA) {
118118
LOGF(info, "******************************************************************");
119-
LOGF(info, " There is no task subscribed to Tracks, but I have detected a");
119+
LOGF(info, " There is no task subscribed to Tracks, but I have detected a");
120120
LOGF(info, " subscription to TracksDCA. Now enabling tracks as algorithmic");
121-
LOGF(info, " dependency. Note: please be sure this is intentional! For");
121+
LOGF(info, " dependency. Note: please be sure this is intentional! For");
122122
LOGF(info, " secondary analyses, the proper DCA to test against is the DCA");
123123
LOGF(info, " that the V0 or Cascade is assigned to and not necessarily the");
124124
LOGF(info, " the one that the Track is assigned to (if any). ");
125125
LOGF(info, "******************************************************************");
126-
fillTracks = true;
126+
fillTracks = true;
127127
}
128-
128+
129129
if (!fillTracks) {
130130
LOGF(info, "Track propagation to PV not required. Suppressing all further processing and logs.");
131131
}
132132

133133
LOGF(info, " Track propagation table detection results:");
134-
if (fillTracks){
134+
if (fillTracks) {
135135
LOGF(info, " ---> Will generate Tracks table.");
136136
}
137137
if (fillTracksCov) {

0 commit comments

Comments
 (0)