Skip to content

Commit 6d1d296

Browse files
authored
Merge pull request #94 from alibuild/alibot-cleanup-15712
[PWGCF] Please consider the following formatting changes to #15712
2 parents 0bf77a1 + 0f4e47c commit 6d1d296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Flow/Tasks/flowSP.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,9 +1379,9 @@ struct FlowSP {
13791379
}
13801380
double centW = cfg.hCentrality->GetBinContent(cfg.hCentrality->FindBin(spm.centrality));
13811381
if (centW < 0) {
1382-
spm.centWeight = 0.;
1382+
spm.centWeight = 0.;
13831383
LOGF(fatal, "Centrality weight cannot be negative .. setting to 0. for (%.2f)", spm.centrality);
1384-
}
1384+
}
13851385
}
13861386

13871387
fillEventQA<kAfter>(collision, tracks);

0 commit comments

Comments
 (0)