]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliVVertex.cxx
Coding rule violations corrected
[u/mrichter/AliRoot.git] / STEER / AliVVertex.cxx
index 9e1547f8a2fbbc1bfe8a8a16381bbe12dc8121c2..a01d17f7ed0c2966cd13700dbfb94a58ee71d0d5 100644 (file)
@@ -27,9 +27,11 @@ AliVVertex::AliVVertex(const AliVVertex& vVert) :
   TNamed(vVert) { } // Copy constructor
 
 AliVVertex& AliVVertex::operator=(const AliVVertex& vVert)
-{ if (this!=&vVert) { 
-    TNamed::operator=(vVert); 
-  }
+{ 
+    // Copy constructor
+    if (this!=&vVert) { 
+       TNamed::operator=(vVert); 
+    }
   
   return *this; 
 }