From ef836272cd23961308d9874410f40f7bf10be161 Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Thu, 6 Feb 2025 19:01:50 +0100 Subject: [PATCH] [tree] fix typo --- tree/tree/src/TTree.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/tree/src/TTree.cxx b/tree/tree/src/TTree.cxx index bfcdb95bb01e1..e579bdb372525 100644 --- a/tree/tree/src/TTree.cxx +++ b/tree/tree/src/TTree.cxx @@ -6853,7 +6853,7 @@ bool TTree::MergeBranches(TTree* tree) if (nbranch->TestBit(kDoNotProcess)) { continue; } - if (!GetListOfBranches()->FindObject(nbranch->GetName()) + if (!GetListOfBranches()->FindObject(nbranch->GetName())) { auto addbranch = (TBranch*) nbranch->Clone(); addbranch->ResetAddress(); addbranch->SetTree(this);