0026922: Huge performance issue writing data to the output stream
[occt.git] / src / TopOpeBRepDS / TopOpeBRepDS_Dumper.cxx
index 04dba2e..1a4976f 100644 (file)
@@ -688,7 +688,7 @@ Standard_OStream& TopOpeBRepDS_Dumper::DumpSectionEdge(const TopOpeBRepDS_Kind
   
   OS<<endl;
   TCollection_AsciiString s = "---- ";
-  OS<<s<<"Section Edges"<<" : "<<nse<<" edges"<<endl;
+  OS<<s<<"Section Edges : "<<nse<<" edges"<<endl;
   for(Standard_Integer i = 1; i <= nse; i++) {
     DumpSectionEdge(K,i,OS);
   }