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

Fix coding convention violation

git-svn-id: http://root.cern.ch/svn/root/trunk@15533 27541ba8-7e3a-0410-8455-c3a389f83636
parent 5613dd2a
No related branches found
No related tags found
No related merge requests found
// @(#):$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;
......
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