From: vsv Date: Thu, 15 Dec 2016 15:01:32 +0000 (+0300) Subject: Fix code formatting X-Git-Tag: before_porting_8.2.0~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=65e69dfe301aabb89af5999edfba30e9e20948e9;p=modules%2Fshaper.git Fix code formatting --- diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index 54662193e..9b1b51f6b 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -154,7 +154,7 @@ 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, +// // we need to connect to the viewer before it. Here, // // it seems the most appropriate place for this // // according to SALOME architecture. // if (!mySelector) {