From d510d0e837e0b87878e2a3922927733b65390c4a Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 27 Jun 2018 17:20:19 +0300 Subject: [PATCH] Coding rules satisfaction --- src/Config/Config_FeatureReader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ""; -- 2.39.2