From: mpv Date: Wed, 27 Jun 2018 14:20:19 +0000 (+0300) Subject: Coding rules satisfaction X-Git-Tag: SHAPER_V9_1_0RC1~151 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d510d0e837e0b87878e2a3922927733b65390c4a;p=modules%2Fshaper.git Coding rules satisfaction --- diff --git a/src/Config/Config_FeatureReader.cpp b/src/Config/Config_FeatureReader.cpp index 1bc35c4e9..5d7e5c89e 100644 --- a/src/Config/Config_FeatureReader.cpp +++ b/src/Config/Config_FeatureReader.cpp @@ -90,8 +90,8 @@ void Config_FeatureReader::processNode(xmlNodePtr theNode) aMessage->setMainArgument(isMainArg); std::list > 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 = "";