0024275: Cppcheck warnings on uninitialized class members
[occt.git] / src / PNaming / PNaming_Name.cxx
index 515e76d..1e14534 100755 (executable)
@@ -28,7 +28,6 @@
 //purpose  : 
 //=======================================================================
 
-PNaming_Name::PNaming_Name() 
-:myType(0),myShapeType(0),myIndex(0)
+PNaming_Name::PNaming_Name() : myType(0), myShapeType(0), myIndex(0)
 {
 }