Skip to content

Commit 57a968f

Browse files
committed
[MCH] fixed clang formatting
1 parent c4a53fb commit 57a968f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class FileReaderTask
320320
}
321321

322322
if (mPrint) {
323-
std::cout << "Sending TF " << orbitMin << " (previous " << mLastTForbit << " delta " << orbitMin-mLastTForbit << ")" << std::endl
323+
std::cout << "Sending TF " << orbitMin << " (previous " << mLastTForbit << " delta " << (orbitMin - mLastTForbit) << ")" << std::endl
324324
<< std::endl;
325325
}
326326
mLastTForbit = orbitMin;

0 commit comments

Comments
 (0)