]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnLoopEvent.cxx
Fix for coverity
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnLoopEvent.cxx
index c774efd6c37c3cfdb15786182d2fa128771534fc..8679d7810eb97cf8ded5158fba72123d40cc3d7c 100644 (file)
@@ -39,9 +39,8 @@ AliRsnLoopEvent& AliRsnLoopEvent::operator=(const AliRsnLoopEvent& copy)
 // Assignment operator
 //
 
-   AliRsnLoop::operator=(copy);
-
-   return (*this);
+  AliRsnLoop::operator=(copy);
+  return (*this);
 }
 
 //_____________________________________________________________________________