Skip to content

Commit d8e63d3

Browse files
committed
Please consider the following formatting changes
1 parent 6fdfdc4 commit d8e63d3

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)