Skip to content

Commit 8383088

Browse files
authored
Merge pull request #16 from alibuild/alibot-cleanup-16255
Please consider the following formatting changes to #16255
2 parents 6fdfdc4 + d8e63d3 commit 8383088

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGUD/TableProducer/UPCCandidateProducer.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ struct UpcCandProducer {
703703
const auto& col = trk.collision();
704704
auto bcRCT = col.bc_as<TBCs>();
705705
histRegistry.get<TH1>(HIST("RCTSelCounter"))->Fill(1);
706-
if(!myRCTChecker(bcRCT)){
706+
if (!myRCTChecker(bcRCT)) {
707707
histRegistry.get<TH1>(HIST("RCTSelCounter"))->Fill(3);
708708
continue;
709709
}
@@ -753,7 +753,7 @@ struct UpcCandProducer {
753753
const auto& col = trk.collision();
754754
auto bcRCT = col.bc_as<TBCs>();
755755
histRegistry.get<TH1>(HIST("RCTSelCounter"))->Fill(1);
756-
if(!myRCTChecker(bcRCT)){
756+
if (!myRCTChecker(bcRCT)) {
757757
histRegistry.get<TH1>(HIST("RCTSelCounter"))->Fill(3);
758758
continue;
759759
}
@@ -800,7 +800,7 @@ struct UpcCandProducer {
800800
const auto& col = trk.collision();
801801
auto bcRCT = col.bc_as<TBCs>();
802802
histRegistry.get<TH1>(HIST("RCTSelCounter"))->Fill(1);
803-
if(!myRCTChecker(bcRCT)){
803+
if (!myRCTChecker(bcRCT)) {
804804
histRegistry.get<TH1>(HIST("RCTSelCounter"))->Fill(3);
805805
continue;
806806
}

0 commit comments

Comments
 (0)