Salome HOME
Meet coding style (split lines longer than 100 characters)
[modules/shaper.git] / src / SketchAPI / SketchAPI_BSpline.cpp
index 2280396c170ce60ac341562fd9701b67ba0e1726..c6667c55f004b710e376480cc9c2d5ee00dd5891 100644 (file)
@@ -155,7 +155,8 @@ static void createPole(const CompositeFeaturePtr& theSketch,
   aPointFeature->execute();
 
   std::wostringstream aName;
-  aName << theBSpline->name() << "_" << ModelAPI_Tools::toWString(thePoles->id()) << "_" << thePoleIndex;
+  aName << theBSpline->name() << "_" << ModelAPI_Tools::toWString(thePoles->id())
+                              << "_" << thePoleIndex;
   aPointFeature->data()->setName(aName.str());
   aPointFeature->lastResult()->data()->setName(aName.str());