diff --git a/EventFilter/HGCalRawToDigi/interface/Unpackertools.h b/EventFilter/HGCalRawToDigi/interface/Unpackertools.h index da23381f813..dc3226d91df 100644 --- a/EventFilter/HGCalRawToDigi/interface/Unpackertools.h +++ b/EventFilter/HGCalRawToDigi/interface/Unpackertools.h @@ -9,9 +9,8 @@ namespace hgcal { @short this function re-computes the CRC of the ECON-D packet and compares it with the trailer of the packet false is returned if there is a mismatch */ - bool econdCRCAnalysis(const uint64_t *header, uint32_t pos, uint32_t payloadLength, uint64_t crcpol=0x4c11db7); + bool econdCRCAnalysis(const uint64_t *header, uint32_t pos, uint32_t payloadLength, uint64_t crcpol = 0x4c11db7); - -} // namespace hgcal +} // namespace hgcal #endif