Skip to content

Commit cda7878

Browse files
committed
Please consider the following formatting changes
1 parent 727e96d commit cda7878

File tree

3 files changed

+981
-911
lines changed

3 files changed

+981
-911
lines changed

PWGLF/TableProducer/Strangeness/Converters/stradautracksextraconverter2.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ struct stradautracksextraconverter2 {
2525
{
2626
for (auto& values : dauTrackExtras_001) {
2727
const int maxFindable = 159;
28-
int findableMinusFound = maxFindable-values.tpcClusters();
29-
int findableMinusCrossedRows = maxFindable-values.tpcCrossedRows();
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)