Skip to content

Commit abac609

Browse files
committed
clang
1 parent 35ed599 commit abac609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/nonPromptCascade.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ struct NonPromptCascadeTask {
959959
const float ptMC = mcPar.pt();
960960

961961
mRegistrydNdeta.fill(HIST("hdNdetaRM/hdNdetaRM"), mult, multReco, ptMC, ptReco);
962-
if(ds % cfgDownscaleMB == 0) {
962+
if (ds % cfgDownscaleMB == 0) {
963963
NPMCNTable(ptMC, ptReco, mult, multReco);
964964
}
965965
}

0 commit comments

Comments
 (0)