From: mpv Date: Tue, 23 Jun 2020 13:55:51 +0000 (+0300) Subject: Apply the coding style rules X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc6abb7a60680a0d267f4b71ae6879fa770e1e93;p=modules%2Fshaper.git Apply the coding style rules --- diff --git a/src/Model/Model_Update.cpp b/src/Model/Model_Update.cpp index 234deceea..bd9c7bfda 100644 --- a/src/Model/Model_Update.cpp +++ b/src/Model/Model_Update.cpp @@ -904,7 +904,8 @@ void Model_Update::updateArguments(FeaturePtr theFeature) { bool isObligatory = aFactory->isCase(theFeature, theFeature->data()->id(aSel)); if (isObligatory) aState = ModelAPI_StateInvalidArgument; - } else if (theFeature->getKind() == "Sketch" && aSel->id() == "External" && aSel->isInitialized()) { + } else if (theFeature->getKind() == "Sketch" && aSel->id() == "External" && + aSel->isInitialized()) { // #19703 : if sketch plane was selected, but after context disappears, it must become invalid aSel->update(); if (aSel->isInvalid()) {