Skip to content

Commit 72e1fa0

Browse files
authored
clangf
1 parent d8bd218 commit 72e1fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/tree/src/TTree.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6937,7 +6937,7 @@ bool TTree::MemoryFull(Int_t nbytes)
69376937
/// @param tree the outside TTree whose branches will be copied into this tree
69386938
/// @return boolean true on sucess, false otherwise
69396939

6940-
bool TTree::ImportBranches(TTree* tree)
6940+
bool TTree::ImportBranches(TTree *tree)
69416941
{
69426942
if (tree) {
69436943
TObjArray *newbranches = tree->GetListOfBranches();

0 commit comments

Comments
 (0)