From 8627dcf828591fc6d86cc45bc4cfa0ff058cbcfc Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Tue, 16 Jun 2020 09:04:38 +0300 Subject: [PATCH] Meet coding style (fix too long line issue) --- src/SHAPERGUI/SHAPERGUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.2