Salome HOME
Add dumping named of copied entities in the sketch (issue #1924)
[modules/shaper.git] / src / Config / Config_AttributeMessage.cpp
index b154d9cbfbd2c4c9444d945d966c063696f86945..e1df96c3d7324451b2cbec4fc48c86edd46e04ec 100644 (file)
@@ -61,7 +61,8 @@ const std::list<std::pair<std::string, std::string> >& Config_AttributeMessage::
   return myCases;
 }
 
-void Config_AttributeMessage::setCases(const std::list<std::pair<std::string, std::string> >& theCases)
+void Config_AttributeMessage::setCases(const std::list<std::pair<std::string,
+                                       std::string> >& theCases)
 {
   myCases = theCases;
 }