Salome HOME
untabify
[modules/geom.git] / src / BlockFix / BlockFix_SphereSpaceModifier.cxx
index 3d50660bdaf6dc8662ad3252d2024559243efdee..7be8f8212532901e747cd1af83861ac7c46bdf93 100644 (file)
@@ -114,7 +114,7 @@ static Standard_Boolean ModifySurface(const TopoDS_Face& aFace,
       Standard_Real anArea = Properties.Mass();
       Standard_Real AreaTol = Radius*Radius*1.e-6;
       if (anArea > HalfArea - AreaTol) //no chance to avoid singularity
-       return Standard_False;
+        return Standard_False;
       ///////////////////////////////////////////////
       gp_Ax3 ax3 = sp.Position();
       if(Abs(Vmax-Vmin) < PI2) {