Skip to content

Commit 36422ed

Browse files
author
Sabrina Hernandez
committed
fix whitespace and clang
1 parent f6f13e8 commit 36422ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ struct FlowZdcTask {
559559
histos.fill(HIST("ZPCVstdc"), tZPC, zpC);
560560
histos.fill(HIST("ZNVsFT0A"), aT0A / 100., sumZNs);
561561
histos.fill(HIST("ZNVsFT0C"), aT0C / 100., sumZNs);
562-
histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs);
562+
histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs);
563563

564564
// Proton ZDC
565565
if (!isOneNeutronFound || znA >= oneNeutron) {

0 commit comments

Comments
 (0)