]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_Constraint.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchAPI / SketchAPI_Constraint.cpp
index d8ca207c4c513beaadd3f9649d793691278fa9b6..2bf24e02807e2ea9828c9ade47bc7629d3c2025b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 // Name   : SketchAPI_Constraint.cpp
-// Purpose: 
+// Purpose:
 //
 // History:
 // 08/08/16 - Artem ZHIDKOV - Creation of the file
@@ -140,7 +140,7 @@ void SketchAPI_Constraint::dump(ModelHighAPI_Dumper& theDumper) const
     FeaturePtr aFeature = ModelAPI_Feature::feature(aRefAttr->object());
     if (!aFeature)
       return;
-    AttributeSelectionPtr aAttr = 
+    AttributeSelectionPtr aAttr =
       aFeature->data()->selection(SketchPlugin_SketchEntity::EXTERNAL_ID());
     if (aAttr && aAttr->context().get() != NULL && !aAttr->isInvalid())
       return;