]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_PreviewPlanes.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / PartSet / PartSet_PreviewPlanes.h
index 6ea902663defde7cbefcb878abdf6709e8d5e679..e6ee2b9df124136f6e31817de56067a59a769105 100755 (executable)
@@ -60,8 +60,8 @@ private:
    /// \param theOrigin an origin of the plane
    /// \param theNorm a normal vector of the plane
    /// \param theRGB a color of plane presentation [r, g, b] array
-  AISObjectPtr createPreviewPlane(std::shared_ptr<GeomAPI_Pnt> theOrigin, 
-                                  std::shared_ptr<GeomAPI_Dir> theNorm, 
+  AISObjectPtr createPreviewPlane(std::shared_ptr<GeomAPI_Pnt> theOrigin,
+                                  std::shared_ptr<GeomAPI_Dir> theNorm,
                                   const int theRGB[3]);
 
 private: