From 603e213d18d31f7a22b900acf86e98e4eb948561 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 16 Sep 2024 14:47:55 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/CTP/reconstruction/src/RawDataDecoder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx b/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx index 5075fd58f82a8..ab72e517464d4 100644 --- a/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx +++ b/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx @@ -175,7 +175,7 @@ int RawDataDecoder::decodeRaw(o2::framework::InputRecord& inputs, std::vector> 8; - //LOG(info) << "CRU link:" << linkCRU; + // LOG(info) << "CRU link:" << linkCRU; if (linkCRU == o2::ctp::GBTLinkIDIntRec) { payloadCTP = o2::ctp::NIntRecPayload; } else if (linkCRU == o2::ctp::GBTLinkIDClassRec) {