Skip to content

Commit a4b70dc

Browse files
committed
Please consider the following formatting changes
1 parent 6ccf06d commit a4b70dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGLF/TableProducer/Resonances/resonanceMergeDF.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ struct ResonanceMergeDF {
176176
vecOfVecOfTuples.push_back(innerVector);
177177
innerVector.clear();
178178
df++;
179-
if (isLoggingEnabled) LOGF(info, "collisions: df = %i", df);
179+
if (isLoggingEnabled)
180+
LOGF(info, "collisions: df = %i", df);
180181
if (df < nCollisions)
181182
return;
182183
df = 0;

0 commit comments

Comments
 (0)