Skip to content

Commit 275bc3d

Browse files
committed
Please consider the following formatting changes
1 parent 4b08a21 commit 275bc3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/TwoParticleCorrelations/Core/DihadronContainer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DihadronContainer::DihadronContainer(const DihadronContainer& c) : TNamed(c),
7373
nCorrStep(c.nCorrStep)
7474
{
7575
// DihadronContainer copy constructor
76-
if(c.mCorrHist)
76+
if (c.mCorrHist)
7777
mCorrHist = dynamic_cast<StepTHn*>(c.mCorrHist->Clone());
7878
else
7979
mCorrHist = nullptr;

0 commit comments

Comments
 (0)