Skip to content

Commit

Permalink
[tree] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored Feb 6, 2025
1 parent f183539 commit ef83627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/tree/src/TTree.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ef83627

Please sign in to comment.