From: vsv Date: Mon, 16 Dec 2019 09:12:34 +0000 (+0300) Subject: Cut long line X-Git-Tag: V9_5_0a1~90 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=056b4e9bf26b468b2c95189397677c8ad20d54e5;p=modules%2Fshaper.git Cut long line --- diff --git a/src/XGUI/XGUI_FacesPanel.cpp b/src/XGUI/XGUI_FacesPanel.cpp index 414986d3a..4ce3f4896 100644 --- a/src/XGUI/XGUI_FacesPanel.cpp +++ b/src/XGUI/XGUI_FacesPanel.cpp @@ -660,7 +660,8 @@ void XGUI_FacesPanel::onObjectDisplay(ObjectPtr theObject, AISObjectPtr theAIS) aIdsToRem.insert(aIt.key()); } else { - std::map::iterator aPIt = aObjectToPrs.find(theObject); + std::map::iterator aPIt = + aObjectToPrs.find(theObject); if (aPIt != aObjectToPrs.end()) { ObjectPtr aObj = aPIt->first; if (aObj == theObject) {