Skip to content

Commit f179d78

Browse files
authored
Please consider the following formatting changes (#375)
1 parent 5ca30d1 commit f179d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/TableProducer/multiplicityTable.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,11 @@ struct MultiplicityTable {
438438
// using FV0 row index from event selection task
439439
if (collision.has_foundFV0()) {
440440
const auto& fv0 = collision.foundFV0();
441-
for (size_t ii=0; ii<fv0.amplitude().size(); ii++) {
441+
for (size_t ii = 0; ii < fv0.amplitude().size(); ii++) {
442442
auto amplitude = fv0.amplitude()[ii];
443443
auto channel = fv0.channel()[ii];
444444
multFV0A += amplitude;
445-
if(channel>7){
445+
if (channel > 7) {
446446
multFV0AOuter += amplitude;
447447
}
448448
}

0 commit comments

Comments
 (0)