Skip to content

Commit fc4591c

Browse files
committed
Please consider the following formatting changes
1 parent b521cd7 commit fc4591c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ struct TrHeAnalysis {
386386
continue;
387387
}
388388
if (track.mass() < cfgCutMinTofMassH3 || track.mass() > cfgCutMaxTofMassH3) {
389-
histos.fill(HIST("histogram/cuts"), 13);
389+
histos.fill(HIST("histogram/cuts"), 13);
390390
continue;
391391
}
392392
histos.fill(HIST("histogram/H3/H3-TPCsignVsTPCmomentum"),
@@ -539,7 +539,7 @@ struct TrHeAnalysis {
539539
continue;
540540
}
541541
if (track.mass() < cfgCutMinTofMassH3 || track.mass() > cfgCutMaxTofMassH3) {
542-
histos.fill(HIST("histogram/cuts"), 13);
542+
histos.fill(HIST("histogram/cuts"), 13);
543543
continue;
544544
}
545545
histos.fill(HIST("histogram/H3/H3-TPCsignVsTPCmomentum"),

0 commit comments

Comments
 (0)