Skip to content

Commit 34616bc

Browse files
authored
Please consider the following formatting changes (#382)
1 parent 8775401 commit 34616bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/TableProducer/Strangeness/Converters/stradautracksextraconverter2.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ struct stradautracksextraconverter2 {
2424
void process(aod::DauTrackExtras_001 const& dauTrackExtras_001)
2525
{
2626
for (auto& values : dauTrackExtras_001) {
27-
const int maxFindable = 130; //synthetic findable to ensure range is ok
28-
int findableMinusFound = maxFindable-values.tpcClusters();
29-
int findableMinusCrossedRows = maxFindable-values.tpcCrossedRows();
27+
const int maxFindable = 130; // synthetic findable to ensure range is ok
28+
int findableMinusFound = maxFindable - values.tpcClusters();
29+
int findableMinusCrossedRows = maxFindable - values.tpcCrossedRows();
3030
dauTrackExtras_002(values.itsChi2PerNcl(),
3131
values.detectorMap(),
3232
values.itsClusterSizes(),

0 commit comments

Comments
 (0)