Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Config / Config_DataModelReader.cpp
index afd688ed538e072fd344c88d5feb6c786e53a39a..b9c000104422fff2548c678625828d53f6a85ce8 100644 (file)
@@ -29,7 +29,8 @@ void Config_DataModelReader::processNode(xmlNodePtr theNode)
     std::string aName = getProperty(theNode, FOLDER_NAME);
     std::string aGroupType = getProperty(theNode, GROUP_TYPE);
     if (aName.empty() || aGroupType.empty())
-      Events_InfoMessage("Config_DataModelReader", "Reading dataModel.xml: wrong folder definition.").send();
+      Events_InfoMessage("Config_DataModelReader",
+        "Reading dataModel.xml: wrong folder definition.").send();
    
     std::string aIcon = getProperty(theNode, NODE_ICON);
     std::string aEmpty = getProperty(theNode, SHOW_EMPTY);