Salome HOME
Fix code formatting
authorvsv <vitaly.smetannikov@opencascade.com>
Thu, 15 Dec 2016 14:47:21 +0000 (17:47 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Thu, 15 Dec 2016 14:47:21 +0000 (17:47 +0300)
src/SHAPERGUI/SHAPERGUI.cpp

index 4e3534e83ab6ae6c52c305c37813d62d1d06275c..54662193eca66ecf1e55f57cf0d7f6905ad668b4 100644 (file)
@@ -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;