Skip to content

Commit d41d50a

Browse files
committed
Please consider the following formatting changes
1 parent ab6a738 commit d41d50a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Detectors/TPC/workflow/include/TPCWorkflow/TPCDistributeCMVSpec.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ class TPCDistributeCMVSpec : public o2::framework::Task
156156
LOGP(detail, "All CRUs for current TF {} already received. Skipping this TF", tf);
157157
return;
158158
}
159-
`
160-
const unsigned int currentOutLane = getOutLane(tf);
159+
` const unsigned int currentOutLane = getOutLane(tf);
161160
const unsigned int relTF = (tf - mTFStart[currentBuffer]) / mNTFsBuffer;
162161
LOGP(debug, "Current TF: {}, relative TF: {}, current buffer: {}, current output lane: {}, mTFStart: {}", tf, relTF, currentBuffer, currentOutLane, mTFStart[currentBuffer]);
163162

0 commit comments

Comments
 (0)