From 36c012079cecd007cd09c9192f06fcba9d8982f6 Mon Sep 17 00:00:00 2001 From: mpv Date: Mon, 15 Jan 2018 16:43:05 +0300 Subject: [PATCH] Fixed the coding standards problem --- src/Model/Model_AttributeSelection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index 7572dab51..ad18492ce 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -907,7 +907,8 @@ void Model_AttributeSelection::selectSubShape( std::list >::const_iterator aRIter = aFResults.begin(); for (; aRIter != aFResults.cend(); aRIter++) { // iterate sub-bodies of compsolid - ResultCompSolidPtr aComp = std::dynamic_pointer_cast(*aRIter); + ResultCompSolidPtr aComp = + std::dynamic_pointer_cast(*aRIter); if (aComp.get() && aComp->numberOfSubs() > 0) { int aNumSub = aComp->numberOfSubs(); for(int a = 0; a < aNumSub; a++) { -- 2.30.2