diff --git a/src/BRepBndLib/BRepBndLib.cxx b/src/BRepBndLib/BRepBndLib.cxx index 56465e5f94..22d8cb7dbb 100644 --- a/src/BRepBndLib/BRepBndLib.cxx +++ b/src/BRepBndLib/BRepBndLib.cxx @@ -224,7 +224,7 @@ void BRepBndLib::AddClose(const TopoDS_Shape& S, Bnd_Box& B) B.Add (BRep_Tool::Pnt (TopoDS::Vertex (ex.Current()))); } - if (!B.IsVoid() && B.CornerMax().IsEqual (B.CornerMin(), Precision::Confusion() + 2*B.GetGap())) + if (!B.IsVoid() && B.CornerMax().IsEqual (B.CornerMin(), Precision::Confusion() + 2 * B.GetGap())) { B.SetVoid(); }