0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / IGESGeom / IGESGeom_ToolOffsetSurface.cxx
index 6a240ae..3857c44 100644 (file)
@@ -151,13 +151,13 @@ void IGESGeom_ToolOffsetSurface::OwnDump
 {
   Standard_Integer sublevel = (level <= 4) ? 0 : 1;
 
-  S << "IGESGeom_OffsetSurface" << endl;
+  S << "IGESGeom_OffsetSurface" << Message_EndLine;
 
   S << "Offset Indicator     : ";
   IGESData_DumpXYZL(S,level, ent->OffsetIndicator(), ent->VectorLocation());
-  S << endl;
+  S << Message_EndLine;
   S << "Offset Distance      : " << ent->Distance() << "  ";
   S << "Surface to be offset : ";
   dumper.Dump(ent->Surface(),S, sublevel);
-  S << endl;
+  S << Message_EndLine;
 }