Skip to content

Commit 45587d9

Browse files
author
Roman Lietava
committed
clang
1 parent ec38f9c commit 45587d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/CTP/reconstruction/src/RawDataDecoder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ int RawDataDecoder::checkReadoutConsistentncy(o2::pmr::vector<CTPDigit>& digits,
638638
for (int i = 0; i < digit.CTPClassMask.size(); i++) {
639639
if (digit.CTPClassMask[i] & trgclassmask) {
640640
const CTPClass* cls = mCTPConfig.getCTPClassFromHWIndex(i);
641-
if(cls == nullptr) {
641+
if (cls == nullptr) {
642642
LOG(error) << "Class mask index not found in CTP config:" << i;
643643
ret = 128;
644644
continue;

0 commit comments

Comments
 (0)