From cc54405cd0982bca213f898e6d4c0546a07660f4 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Sun, 25 Jun 2006 07:34:59 +0000
Subject: [PATCH] Fix coding convention violation

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

diff --git a/geombuilder/src/TGeoVolumeEditor.cxx b/geombuilder/src/TGeoVolumeEditor.cxx
index d7757df70e9..3523a2db228 100644
--- a/geombuilder/src/TGeoVolumeEditor.cxx
+++ b/geombuilder/src/TGeoVolumeEditor.cxx
@@ -1,4 +1,4 @@
-// @(#):$Name:  $:$Id: TGeoVolumeEditor.cxx,v 1.3 2006/06/23 16:00:13 brun Exp $
+// @(#):$Name:  $:$Id: TGeoVolumeEditor.cxx,v 1.4 2006/06/24 08:26:42 brun Exp $
 // Author: M.Gheata 
 
 /*************************************************************************
@@ -72,7 +72,7 @@ TGeoVolumeEditor::TGeoVolumeEditor(const TGWindow *p, Int_t id, Int_t width,
    : TGedFrame(p, id, width, height, options | kVerticalFrame, back)
 {
    // Constructor for volume editor.
-    fGeometry = 0;
+   fGeometry = 0;
    fVolume   = 0;
    
    fIsModified = kFALSE;
-- 
GitLab