We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab5c1a commit 05eb298Copy full SHA for 05eb298
tree/tree/src/TTree.cxx
@@ -2742,8 +2742,8 @@ bool TTree::EnableCache()
2742
2743
TFile* TTree::ChangeFile(TFile* file)
2744
{
2745
- // Changing file clashes with the design of TMemFile and derivates, see #6523.
2746
- // as well as with TFileMerger operations, see #6640
+ // Changing file clashes with the design of TMemFile and derivates, see #6523,
+ // as well as with TFileMerger operations, see #6640.
2747
if ((dynamic_cast<TMemFile *>(file)) || file->TestBit(TFile::kCannotChange))
2748
return file;
2749
file->cd();
0 commit comments