Skip to content

Commit 84dd75d

Browse files
committed
Fix coding rule violation
1 parent 723aeb3 commit 84dd75d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Framework/Core/src/StepTHn.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,9 @@ void StepTHn::createTarget(Int_t step, Bool_t sparse)
327327
}
328328

329329
THnBase* target = mTarget[step];
330-
if (mSumw2[step])
330+
if (mSumw2[step]) {
331331
target->Sumw2();
332+
}
332333

333334
Int_t* binIdx = new Int_t[mNVars];
334335
Int_t* nBins = new Int_t[mNVars];

0 commit comments

Comments
 (0)