We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bd218 commit 72e1fa0Copy full SHA for 72e1fa0
tree/tree/src/TTree.cxx
@@ -6937,7 +6937,7 @@ bool TTree::MemoryFull(Int_t nbytes)
6937
/// @param tree the outside TTree whose branches will be copied into this tree
6938
/// @return boolean true on sucess, false otherwise
6939
6940
-bool TTree::ImportBranches(TTree* tree)
+bool TTree::ImportBranches(TTree *tree)
6941
{
6942
if (tree) {
6943
TObjArray *newbranches = tree->GetListOfBranches();
0 commit comments