Salome HOME
Fix line length.
authordbv <dbv@opencascade.com>
Wed, 1 Feb 2017 09:09:21 +0000 (12:09 +0300)
committerdbv <dbv@opencascade.com>
Wed, 1 Feb 2017 09:09:21 +0000 (12:09 +0300)
src/FeaturesPlugin/FeaturesPlugin_Intersection.cpp

index 73153a340762edd37adf7744a828970ba3ecad0d..e1af55e63406f098786ba22e07e195ec7a845c26 100644 (file)
@@ -132,7 +132,8 @@ void FeaturesPlugin_Intersection::loadNamingDS(std::shared_ptr<ModelAPI_ResultBo
   aShapes.push_back(theBaseShape);
   GeomAPI_DataMapOfShapeShape aShapesMap; // Map to store {result_shape, original_shape}
   const int aShapeTypesNb = 2;
-  const GeomAPI_Shape::ShapeType aShapeTypes[aShapeTypesNb] = {GeomAPI_Shape::VERTEX, GeomAPI_Shape::EDGE};
+  const GeomAPI_Shape::ShapeType aShapeTypes[aShapeTypesNb] =
+    {GeomAPI_Shape::VERTEX, GeomAPI_Shape::EDGE};
   for(ListOfShape::const_iterator anIt = aShapes.cbegin(); anIt != aShapes.cend(); ++anIt) {
     const GeomShapePtr aShape = *anIt;
     for(int anIndex = 0; anIndex < aShapeTypesNb; ++anIndex) {