]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Coding style (fix too long line)
authorazv <azv@opencascade.com>
Wed, 26 Jan 2022 11:02:23 +0000 (14:02 +0300)
committerazv <azv@opencascade.com>
Wed, 26 Jan 2022 11:02:23 +0000 (14:02 +0300)
src/FeaturesPlugin/FeaturesPlugin_ImportResult.cpp
src/ModuleBase/ModuleBase_Preferences.h

index d3babcb86e6834538b04c92e9537730297e64ee4..29c6b66774dae3d8081da90494b0c13f06be1d6a 100644 (file)
@@ -112,8 +112,8 @@ void FeaturesPlugin_ImportResult::execute()
       for (int aGroupIndex = 0; aGroupIndex < aGroupCount; ++aGroupIndex)
       {
         ResultGroupPtr aResultGroup =
-            std::dynamic_pointer_cast<ModelAPI_ResultGroup>((*aDoc)->object(ModelAPI_ResultGroup::group(),
-                                                                            aGroupIndex));
+            std::dynamic_pointer_cast<ModelAPI_ResultGroup>(
+            (*aDoc)->object(ModelAPI_ResultGroup::group(), aGroupIndex));
 
         if (!aResultGroup.get() || !aResultGroup->shape().get())
           continue;
index 65b2a2d7a748c3428e8fe708514061b9fd919588..c3520376874dfcd78ac2d7f3b07bbc287ac17b2d 100644 (file)
@@ -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