Fixed formatting
patch generated by https://gitlab.cern.ch/jonrob/LHCb/-/jobs/9378762
- Det/RichDet/src/Lib/DeRichSystem.cpp 9 additions, 24 deletionsDet/RichDet/src/Lib/DeRichSystem.cpp
- Kernel/LHCbKernel/Kernel/RichSide.h 2 additions, 0 deletionsKernel/LHCbKernel/Kernel/RichSide.h
- Kernel/LHCbKernel/Kernel/RichSmartID.h 86 additions, 14 deletionsKernel/LHCbKernel/Kernel/RichSmartID.h
- Kernel/LHCbKernel/src/Test/RichSmartIDTest/main.cpp 16 additions, 0 deletionsKernel/LHCbKernel/src/Test/RichSmartIDTest/main.cpp
- Rich/RichFutureDAQ/CMakeLists.txt 9 additions, 6 deletionsRich/RichFutureDAQ/CMakeLists.txt
- Rich/RichFutureDAQ/RichFutureDAQ/EncodeTel40Data.h 164 additions, 0 deletionsRich/RichFutureDAQ/RichFutureDAQ/EncodeTel40Data.h
- Rich/RichFutureDAQ/RichFutureDAQ/RichPDMDBDecodeMapping.h 199 additions, 0 deletionsRich/RichFutureDAQ/RichFutureDAQ/RichPDMDBDecodeMapping.h
- Rich/RichFutureDAQ/RichFutureDAQ/RichPDMDBEncodeMapping.h 198 additions, 0 deletionsRich/RichFutureDAQ/RichFutureDAQ/RichPDMDBEncodeMapping.h
- Rich/RichFutureDAQ/RichFutureDAQ/RichPackedFrameSizes.h 112 additions, 0 deletionsRich/RichFutureDAQ/RichFutureDAQ/RichPackedFrameSizes.h
- Rich/RichFutureDAQ/RichFutureDAQ/RichTel40CableMapping.h 237 additions, 0 deletionsRich/RichFutureDAQ/RichFutureDAQ/RichTel40CableMapping.h
- Rich/RichFutureDAQ/scripts/PDMDB-EC-pins.xlsx 0 additions, 0 deletionsRich/RichFutureDAQ/scripts/PDMDB-EC-pins.xlsx
- Rich/RichFutureDAQ/scripts/RICHCablingTable-v4.1.xlsx 0 additions, 0 deletionsRich/RichFutureDAQ/scripts/RICHCablingTable-v4.1.xlsx
- Rich/RichFutureDAQ/scripts/create-mappings.py 510 additions, 0 deletionsRich/RichFutureDAQ/scripts/create-mappings.py
- Rich/RichFutureDAQ/src/RichRawBankDecoder.cpp 0 additions, 533 deletionsRich/RichFutureDAQ/src/RichRawBankDecoder.cpp
- Rich/RichFutureDAQ/src/component/RichRawBankDecoder.cpp 694 additions, 0 deletionsRich/RichFutureDAQ/src/component/RichRawBankDecoder.cpp
- Rich/RichFutureDAQ/src/lib/EncodeTel40Data.cpp 165 additions, 0 deletionsRich/RichFutureDAQ/src/lib/EncodeTel40Data.cpp
- Rich/RichFutureDAQ/src/lib/RichPDMDBDecodeMapping.cpp 134 additions, 0 deletionsRich/RichFutureDAQ/src/lib/RichPDMDBDecodeMapping.cpp
- Rich/RichFutureDAQ/src/lib/RichPDMDBEncodeMapping.cpp 134 additions, 0 deletionsRich/RichFutureDAQ/src/lib/RichPDMDBEncodeMapping.cpp
- Rich/RichFutureDAQ/src/lib/RichTel40CableMapping.cpp 128 additions, 0 deletionsRich/RichFutureDAQ/src/lib/RichTel40CableMapping.cpp
- Rich/RichUtils/RichUtils/RichDAQDefinitions.h 179 additions, 48 deletionsRich/RichUtils/RichUtils/RichDAQDefinitions.h
-
@dcampora I just noticed when you merged !2664 (merged) you appear to have selected the squash commits option. I really would have preferred if you had not done that, as it ruined the history I had in the various commits in that MR (which I try and keep meaningful.
Also, if you do decide to use the squash commits in future (there are cases where it makes sense) please make sure to use a meaningful commit message. The one gitlab picks for you is often not, as here. 'fixed formatting' is really not an appropriate message to describe all the changes here...
-
@jonrob I did not select the squash commits option, and I never tick that option. We found out back then that when someone else ticks the option before, it stays like that unless it is explicitly unticked later. @mstahl mentioned in some other MR that he ticked the option there, so I assume that is what happened.