]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Coding rules satisfaction
authormpv <mikhail.ponikarov@opencascade.com>
Wed, 27 Jun 2018 14:20:19 +0000 (17:20 +0300)
committermpv <mikhail.ponikarov@opencascade.com>
Wed, 27 Jun 2018 14:20:31 +0000 (17:20 +0300)
src/Config/Config_FeatureReader.cpp

index 1bc35c4e98a965d633bc244db76e52557f65394b..5d7e5c89ec78683bec76e2bc7a40d85b909ea83a 100644 (file)
@@ -90,8 +90,8 @@ void Config_FeatureReader::processNode(xmlNodePtr theNode)
         aMessage->setMainArgument(isMainArg);
 
         std::list<std::pair<std::string, std::string> > aCases;
-        xmlNodePtr aCaseNode =
-          hasParentRecursive(theNode, WDG_SWITCH_CASE, WDG_TOOLBOX_BOX, WDG_OPTIONALBOX, WDG_RADIOBOX_ITEM, NULL);
+        xmlNodePtr aCaseNode = hasParentRecursive(theNode,
+          WDG_SWITCH_CASE, WDG_TOOLBOX_BOX, WDG_OPTIONALBOX, WDG_RADIOBOX_ITEM, NULL);
         while(aCaseNode) {
           std::string aCaseNodeID = getProperty(aCaseNode, _ID);
           std::string aSwitchNodeID = "";