]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix spacing
authorvsv <vsv@opencascade.com>
Fri, 10 Jan 2020 12:37:52 +0000 (15:37 +0300)
committervsv <vsv@opencascade.com>
Fri, 10 Jan 2020 12:37:52 +0000 (15:37 +0300)
src/SketcherPrs/SketcherPrs_SensitivePoint.cpp

index ee6838a357470bbad2c9aca6f51ea16427764469..d1d5e08a5d666124da16c0f8fe6ac08f58a0c03c 100644 (file)
@@ -53,7 +53,7 @@ Standard_Boolean SketcherPrs_SensitivePoint::Matches(SelectBasics_SelectingVolum
 #else
   gp_Pnt aPnt = Point();
   if (theMgr.Overlaps (aPnt, thePickResult))
-       return Standard_True;
+         return Standard_True;
   return Standard_False;
 #endif
 }