Skip to content
Snippets Groups Projects
Commit a06fbf27 authored by Rene Brun's avatar Rene Brun
Browse files

Fix coding convention

git-svn-id: http://root.cern.ch/svn/root/trunk@16967 27541ba8-7e3a-0410-8455-c3a389f83636
parent 8b34a3b8
No related branches found
No related tags found
No related merge requests found
// @(#)root/tree:$Name: $:$Id: TChain.cxx,v 1.147 2006/11/06 00:10:07 rdm Exp $
// @(#)root/tree:$Name: $:$Id: TChain.cxx,v 1.148 2006/11/27 14:14:24 rdm Exp $
// Author: Rene Brun 03/02/97
/*************************************************************************
......@@ -719,7 +719,7 @@ TBranch* TChain::GetBranch(const char* name)
// Make sure the element list is uptodate
if (!TestBit(kProofUptodate))
SetProof(kTRUE, kTRUE);
return fProofChain->GetBranch(name);
return fProofChain->GetBranch(name);
}
if (fTree) {
return fTree->GetBranch(name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment