]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawCluster.cxx
Coding conventions
[u/mrichter/AliRoot.git] / ITS / AliITSRawCluster.cxx
index 31aef41c7f693ba899b15265805176d16f576afd..731ffe3349e003328a69fac35a040a330f1b0850 100644 (file)
@@ -24,8 +24,8 @@
 ////////////////////////////////////////////////////
 ClassImp(AliITSRawCluster)
 //______________________________________________________________________
-  AliITSRawCluster::AliITSRawCluster(){
-// default constructor
-  fMultiplicity = 0;
+  AliITSRawCluster::AliITSRawCluster():
+fMultiplicity(0){
+  // default constructor
 }