]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix too long line
authorazv <azv@opencascade.com>
Mon, 12 Aug 2019 07:34:20 +0000 (10:34 +0300)
committerazv <azv@opencascade.com>
Mon, 12 Aug 2019 07:34:20 +0000 (10:34 +0300)
src/CollectionAPI/CollectionAPI_GroupAddition.cpp

index d0fecada7f95b850ba31ecf33433bb1ada222b18..48e1f8e3cbf6ea906039d32f1889a5a0ed8e63a4 100644 (file)
@@ -65,6 +65,7 @@ void CollectionAPI_GroupAddition::dump(ModelHighAPI_Dumper& theDumper) const
 GroupAdditionPtr addGroupAddition(const std::shared_ptr<ModelAPI_Document>& thePart,
                                   const std::list<ModelHighAPI_Selection>& theGroupList)
 {
-  std::shared_ptr<ModelAPI_Feature> aFeature = thePart->addFeature(CollectionAPI_GroupAddition::ID());
+  std::shared_ptr<ModelAPI_Feature> aFeature =
+      thePart->addFeature(CollectionAPI_GroupAddition::ID());
   return GroupAdditionPtr(new CollectionAPI_GroupAddition(aFeature, theGroupList));
 }