]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_ConstraintRigid.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintRigid.cpp
index 418c0dd53a523e12590e40f59cc392df7b5b4b1f..ec34ff9e1789082f38e9f24dee5b6d6c8d5fba33 100644 (file)
@@ -42,9 +42,9 @@ AISObjectPtr SketchPlugin_ConstraintRigid::getAISObject(AISObjectPtr thePrevious
   ObjectPtr aObj = anAttr->object();
   if (aObj.get() != NULL) {
     FeaturePtr aFeature = ModelAPI_Feature::feature(aObj);
-    std::shared_ptr<SketchPlugin_Feature> aSkFea = 
+    std::shared_ptr<SketchPlugin_Feature> aSkFea =
       std::dynamic_pointer_cast<SketchPlugin_Feature>(aFeature);
-    if (!aSkFea->isExternal()) 
+    if (!aSkFea->isExternal())
       isValidRigid = true;
   }