From: vsv Date: Thu, 15 Dec 2016 14:47:21 +0000 (+0300) Subject: Fix code formatting X-Git-Tag: before_porting_8.2.0~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=330c7ed85554b9e497bba144ffb679c0055b8822;p=modules%2Fshaper.git Fix code formatting --- diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index 4e3534e83..54662193e 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -144,7 +144,7 @@ void SHAPERGUI::viewManagers(QStringList& theList) const } //****************************************************** -// We can not create selector in this method because it can be called when +// We can not create selector in this method because it can be called when // SHAPER module is not active. Take into account that creation of our selector // leads to switching OFF all other selectors //void SHAPERGUI::connectToStudy(CAM_Study* theStudy) @@ -154,7 +154,8 @@ void SHAPERGUI::viewManagers(QStringList& theList) const // // proxy viewer. If study is opened, CAM application calls this method before the open() // // of data model // // the SHAPER data model is specific and during open(load) redisplay signals are flushed, so -// // we need to connect to the viewer before it. Here, it seems the most appropriate place for this +// // we need to connect to the viewer before it. Here, +// // it seems the most appropriate place for this // // according to SALOME architecture. // if (!mySelector) { // ViewManagerList OCCViewManagers;