Skip to content

Commit 78da803

Browse files
authored
Merge pull request #95 from alibuild/alibot-cleanup-15712
[PWGCF] Please consider the following formatting changes to #15712
2 parents f61306c + 2c00854 commit 78da803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowSP.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ struct FlowSP {
15261526
double meanPxAEvent = sumPxAEvent / meanPxEventCount;
15271527
double meanPxCEvent = sumPxCEvent / meanPxEventCount;
15281528

1529-
if(cfgFillMeanPT) {
1529+
if (cfgFillMeanPT) {
15301530
registry.fill(HIST("incl/meanPT/meanPxA"), spm.centrality, spm.psiA - spm.psiC, meanPxAEvent);
15311531
registry.fill(HIST("incl/meanPT/meanPxC"), spm.centrality, spm.psiA - spm.psiC, meanPxCEvent);
15321532
}

0 commit comments

Comments
 (0)