Skip to content

Commit 2c00854

Browse files
committed
Please consider the following formatting changes
1 parent f61306c commit 2c00854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)