Salome HOME
Update line endings according to coding rules
[modules/shaper.git] / src / Model / Model_ResultField.cpp
index f10fe16af5149947712cb3342fee565672f09768..0c295fd43b264cfb1e5ef17bc6cf95e05d6e1d13 100644 (file)
@@ -45,7 +45,7 @@ std::shared_ptr<GeomAPI_Shape> Model_ResultField::shape()
         for(int a = 0; a < aResults; a++) {
           ResultBodyPtr aBody = std::dynamic_pointer_cast<ModelAPI_ResultBody>(
             document()->object(ModelAPI_ResultBody::group(), a));
-          if (!aBody.get()) 
+          if (!aBody.get())
             continue;
           // check that only results that were created before this field are used
           FeaturePtr aResultFeature = document()->feature(aBody);