diff --git a/Geo/GEdge.cpp b/Geo/GEdge.cpp
index d181243de5b7014a34e2cd7d51e0949b86ab6b16..cde04f27480f7d857a144dc6e194783e4355a4c0 100644
--- a/Geo/GEdge.cpp
+++ b/Geo/GEdge.cpp
@@ -562,7 +562,7 @@ void GEdge::relocateMeshVertices()
   }
 }
 
-SPoint3 GEdge :: closestPoint (SPoint3 &p, double tolerance)
+SPoint3 GEdge::closestPoint(SPoint3 &p, double tolerance)
 {
   if (!_cp || _cp->tol() != tolerance)    {
     if(_cp)printf("coucou %12.15E %22.15E \n",tolerance,_cp->tol());