From a06fbf27366ac0304596ce538f576dfa2d443ab4 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Tue, 28 Nov 2006 07:38:18 +0000
Subject: [PATCH] Fix coding convention

git-svn-id: http://root.cern.ch/svn/root/trunk@16967 27541ba8-7e3a-0410-8455-c3a389f83636
---
 tree/src/TChain.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tree/src/TChain.cxx b/tree/src/TChain.cxx
index 3e77172695a..74b17d71c47 100644
--- a/tree/src/TChain.cxx
+++ b/tree/src/TChain.cxx
@@ -1,4 +1,4 @@
-// @(#)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);
-- 
GitLab