From: Artem Zhidkov Date: Tue, 16 Jun 2020 06:04:38 +0000 (+0300) Subject: Meet coding style (fix too long line issue) X-Git-Tag: V9_5_0rc1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8627dcf828591fc6d86cc45bc4cfa0ff058cbcfc;p=modules%2Fshaper.git Meet coding style (fix too long line issue) --- diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index ef41f900c..956e97bbe 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -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(dataModel()); aDataModel->initRootObject();