]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMC.h
Corrections to obey our coding conventions
[u/mrichter/AliRoot.git] / STEER / AliMC.h
index 92818143f6f7b340c95aaf4f2a89d257dc611e2b..5d7296136d7a7fff68baf953436f2fde9dfb5a38 100644 (file)
@@ -19,8 +19,11 @@ public:
     AliMC(const AliMC &mc);
     virtual ~AliMC();
     
-    AliMC operator = (const AliMC &mc) 
-        {mc.Copy(*this); return *this;}
+    AliMC& operator= (const AliMC &mc) {
+      // Assignment operator
+      mc.Copy(*this);
+      return *this;
+    }
 
 //
 //  MC Application