0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / IGESBasic / IGESBasic_ToolExternalRefFileName.cxx
index 40ccfc3..2746701 100644 (file)
@@ -102,11 +102,11 @@ void  IGESBasic_ToolExternalRefFileName::OwnDump
   (const Handle(IGESBasic_ExternalRefFileName)& ent, const IGESData_IGESDumper& /* dumper */,
    const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const
 {
-  S << "IGESBasic_ExternalRefFileName" << endl;
+  S << "IGESBasic_ExternalRefFileName" << Message_EndLine;
   S << "External Reference File Identifier : ";
   IGESData_DumpString(S,ent->FileId());
-  S << endl;
+  S << Message_EndLine;
   S << "External Reference Symbolic Name : ";
   IGESData_DumpString(S,ent->ReferenceName());
-  S << endl;
+  S << Message_EndLine;
 }