]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_Sketch.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchAPI / SketchAPI_Sketch.h
index 60c5e4202bf0f2979ca4cf09c4cd88d64ea28b92..500c06a6872c35d192978c37fe55356a4ee73d17 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 // Name   : SketchAPI_Sketch.h
-// Purpose: 
+// Purpose:
 //
 // History:
 // 07/06/16 - Sergey POKHODENKO - Creation of the file
@@ -70,9 +70,9 @@ public:
               GeomDataAPI_Dir, /** Direction of X */,
               normal, SketchPlugin_Sketch::NORM_ID(),
               GeomDataAPI_Dir, /** Normal */,
-              features, SketchPlugin_Sketch::FEATURES_ID(), 
+              features, SketchPlugin_Sketch::FEATURES_ID(),
               ModelAPI_AttributeRefList, /** Features */,
-              external, SketchPlugin_SketchEntity::EXTERNAL_ID(), 
+              external, SketchPlugin_SketchEntity::EXTERNAL_ID(),
               ModelAPI_AttributeSelection, /** External */,
               solverError, SketchPlugin_Sketch::SOLVER_ERROR(),
               ModelAPI_AttributeString, /** Solver error */,
@@ -109,11 +109,11 @@ public:
 
   /// Add intersection point
   SKETCHAPI_EXPORT
-  std::shared_ptr<SketchAPI_IntersectionPoint> 
+  std::shared_ptr<SketchAPI_IntersectionPoint>
     addIntersectionPoint(const ModelHighAPI_Selection & theExternal);
   /// Add point
   SKETCHAPI_EXPORT
-  std::shared_ptr<SketchAPI_IntersectionPoint> 
+  std::shared_ptr<SketchAPI_IntersectionPoint>
     addIntersectionPoint(const std::string & theExternalName);
 
   /// Add line