Skip to content

Commit ab8b75d

Browse files
committed
Please consider the following formatting changes
1 parent 720ee3d commit ab8b75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 valueFindable = 130; // maximize dynamic range of stored value
28-
int findableMinusFound = valueFindable-values.tpcClusters();
29-
int findableMinusCrossedRows = valueFindable-values.tpcCrossedRows();
28+
int findableMinusFound = valueFindable - values.tpcClusters();
29+
int findableMinusCrossedRows = valueFindable - values.tpcCrossedRows();
3030
dauTrackExtras_002(values.itsChi2PerNcl(),
3131
values.detectorMap(),
3232
values.itsClusterSizes(),

0 commit comments

Comments
 (0)