Skip to content

Commit becc679

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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;
@@ -616,7 +616,7 @@ class FileReaderTask
616616
bool mFullTF; ///< send full time frames
617617
bool mSaveTF; ///< save individual time frames to file
618618
int mOverlap; ///< overlap between contiguous TimeFrames
619-
int mLastTForbit{ 0 };
619+
int mLastTForbit{0}; ///< first orbit number of last transmitted TimeFrame
620620
bool mPrint = false; ///< print debug messages
621621
o2::dataformats::TFIDInfo mTFIDInfo{}; // struct to modify output headers
622622

0 commit comments

Comments
 (0)