From: vsv Date: Fri, 29 Nov 2019 10:51:44 +0000 (+0300) Subject: Fix line length X-Git-Tag: V9_5_0a1~144 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f1fc33a9e4acec558eb5b5802a6fce5e6ad724f6;p=modules%2Fshaper.git Fix line length --- diff --git a/src/XGUI/XGUI_FacesPanel.cpp b/src/XGUI/XGUI_FacesPanel.cpp index cfe66add5..28a35884c 100644 --- a/src/XGUI/XGUI_FacesPanel.cpp +++ b/src/XGUI/XGUI_FacesPanel.cpp @@ -319,7 +319,8 @@ void XGUI_FacesPanel::processSelection() if (aResGroup.get()) { FeaturePtr aFeature = ModelAPI_Feature::feature(aResGroup); if (aFeature.get()) { - AttributeSelectionListPtr aSelectionListAttr = aFeature->data()->selectionList("group_list"); + AttributeSelectionListPtr aSelectionListAttr = + aFeature->data()->selectionList("group_list"); std::string aType = aSelectionListAttr->selectionType(); if (aType != "Faces") continue;