From: dbv Date: Mon, 5 Dec 2016 13:29:24 +0000 (+0300) Subject: Fix coding style. X-Git-Tag: V_2.6.0~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a46fe91711ebc91729c64d9ae85eaa42e4e02a6a;p=modules%2Fshaper.git Fix coding style. --- diff --git a/src/Config/Config_FeatureReader.cpp b/src/Config/Config_FeatureReader.cpp index 036631731..f22337d07 100644 --- a/src/Config/Config_FeatureReader.cpp +++ b/src/Config/Config_FeatureReader.cpp @@ -155,7 +155,8 @@ void Config_FeatureReader::fillFeature(xmlNodePtr theFeatureNode, std::string aText = Config_Translator::translate(anId, getProperty(theFeatureNode, FEATURE_TEXT)); outFeatureMessage->setText(aText); - std::string aToolTip = Config_Translator::translate(anId, getProperty(theFeatureNode, FEATURE_TOOLTIP)); + std::string aToolTip = Config_Translator::translate(anId, + getProperty(theFeatureNode, FEATURE_TOOLTIP)); outFeatureMessage->setTooltip(aToolTip); outFeatureMessage->setIcon(getProperty(theFeatureNode, FEATURE_ICON)); outFeatureMessage->setKeysequence(getProperty(theFeatureNode, FEATURE_KEYSEQUENCE));