From: azv Date: Wed, 26 Jan 2022 11:02:23 +0000 (+0300) Subject: Coding style (fix too long line) X-Git-Tag: V9_9_0a1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6711a0b2fcad4013b12e1609191c6a0d0db184e8;p=modules%2Fshaper.git Coding style (fix too long line) --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_ImportResult.cpp b/src/FeaturesPlugin/FeaturesPlugin_ImportResult.cpp index d3babcb86..29c6b6677 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_ImportResult.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_ImportResult.cpp @@ -112,8 +112,8 @@ void FeaturesPlugin_ImportResult::execute() for (int aGroupIndex = 0; aGroupIndex < aGroupCount; ++aGroupIndex) { ResultGroupPtr aResultGroup = - std::dynamic_pointer_cast((*aDoc)->object(ModelAPI_ResultGroup::group(), - aGroupIndex)); + std::dynamic_pointer_cast( + (*aDoc)->object(ModelAPI_ResultGroup::group(), aGroupIndex)); if (!aResultGroup.get() || !aResultGroup->shape().get()) continue; diff --git a/src/ModuleBase/ModuleBase_Preferences.h b/src/ModuleBase/ModuleBase_Preferences.h index 65b2a2d7a..c35203768 100644 --- a/src/ModuleBase/ModuleBase_Preferences.h +++ b/src/ModuleBase/ModuleBase_Preferences.h @@ -86,7 +86,8 @@ private: /// Set default values to the Config_PropManager properties static void resetConfig(); - /// Creates a content for General tab, which defines behavior of loading parts and displaying shapes + /// Creates a content for General tab, which defines the behavior of loading parts + /// and displaying shapes static void createGeneralTab(ModuleBase_IPrefMgr* thePref, int thePageId); /// Creates content of preferences editing widget