]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Meet coding style (fix too long line issue) V9_5_0rc1
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 16 Jun 2020 06:04:38 +0000 (09:04 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 16 Jun 2020 06:04:38 +0000 (09:04 +0300)
src/SHAPERGUI/SHAPERGUI.cpp

index ef41f900c7500750a6998e5155444019e8f002ea..956e97bbe56acc5408c7f170a2f1465ee1329e3f 100644 (file)
@@ -278,8 +278,8 @@ bool SHAPERGUI::activateModule(SUIT_Study* theStudy)
 {
   ModelAPI_Session::get()->moduleDocument(); // initialize a root document if not done yet
 
-  // this must be done in the initialization and in activation (on the second activation initialization
-  // in not called, so SComponent must be added anyway
+  // this must be done in the initialization and in activation (on the second activation
+  // initialization in not called, so SComponent must be added anyway
   SHAPERGUI_DataModel* aDataModel = dynamic_cast<SHAPERGUI_DataModel*>(dataModel());
   aDataModel->initRootObject();