Skip to content

Commit c2581fd

Browse files
committed
Linter fixes
1 parent c1330d6 commit c2581fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/TableProducer/eventSelection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ struct BcSelectionTask {
341341
}
342342

343343
// bc loop
344-
for (auto bc : bcs) { // o2-linter: disable=const-ref-in-for-loop (use bc as non-const iterator for checks in neighbouring bcs)
344+
for (auto bc : bcs) { // o2-linter: disable=const-ref-in-for-loop (use bc as nonconst iterator)
345345
// store rct flags
346346
uint32_t rct = lastRCT;
347347
int64_t thisTF = (bc.globalBC() - bcSOR) / nBCsPerTF;

0 commit comments

Comments
 (0)