Skip to content

Commit 0fe57df

Browse files
authored
Merge pull request #28 from alibuild/alibot-cleanup-16979
Please consider the following formatting changes to #16979
2 parents 4b08a21 + 275bc3d commit 0fe57df

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)