Skip to content

Commit ec85b4e

Browse files
committed
Please consider the following formatting changes
1 parent 4088c5c commit ec85b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Core/FlowContainer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ TProfile* FlowContainer::GetRefFlowProfile(const char* order, double m1, double
920920
}
921921
delete rhSubset;
922922
if (!retpf) {
923-
LOGF(error,"Reference flow profile is null");
923+
LOGF(error, "Reference flow profile is null");
924924
return nullptr;
925925
}
926926
retpf->RebinX(nBins);

0 commit comments

Comments
 (0)