From 056b4e9bf26b468b2c95189397677c8ad20d54e5 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 16 Dec 2019 12:12:34 +0300 Subject: [PATCH] Cut long line --- src/XGUI/XGUI_FacesPanel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.39.2