From 0f13fd0d6b40f07fc0ef2b1bd9814df801818866 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Fri, 29 May 2020 09:07:50 +0300 Subject: [PATCH] Split too long line (more than 100 characters) --- src/XGUI/XGUI_Displayer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/XGUI/XGUI_Displayer.cpp b/src/XGUI/XGUI_Displayer.cpp index b725a76ca..096749adb 100644 --- a/src/XGUI/XGUI_Displayer.cpp +++ b/src/XGUI/XGUI_Displayer.cpp @@ -1116,7 +1116,8 @@ void XGUI_Displayer::AddOrRemoveSelectedShapes(Handle(AIS_InteractiveContext) th if (!BROwnr.IsNull() && BROwnr->HasShape()) { const TopoDS_Shape& aShape = BROwnr->Shape(); - Handle(ModuleBase_ResultPrs) aResPrs = Handle(ModuleBase_ResultPrs)::DownCast(BROwnr->Selectable()); + Handle(ModuleBase_ResultPrs) aResPrs = + Handle(ModuleBase_ResultPrs)::DownCast(BROwnr->Selectable()); TopoDS_Shape aRealShape; if (!aResPrs.IsNull()) { aRealShape = aResPrs->originalShape(); -- 2.39.2