Breaking up lines and statements that exceed character limits
According to ATLAS Coding Guidelines statements should not exceed 100 characters and lines should not exceed 120 characters. If possible long lines or statements should be split up into multiple ones [long-statements] [long-lines].
Showing
- InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/src/SCT_RodDecoder.cxx 126 additions, 46 deletions...tEventCnv/SCT_RawDataByteStreamCnv/src/SCT_RodDecoder.cxx
- InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/src/SCT_RodDecoder.h 22 additions, 15 deletions...DetEventCnv/SCT_RawDataByteStreamCnv/src/SCT_RodDecoder.h
Loading
Please register or sign in to comment