| 12746 | } |
| 12747 | |
| 12748 | void XmlWriter::newlineIfNecessary() { |
| 12749 | if( m_needsNewline ) { |
| 12750 | m_os << std::endl; |
| 12751 | m_needsNewline = false; |
| 12752 | } |
| 12753 | } |
| 12754 | } |
| 12755 | // end catch_xmlwriter.cpp |
| 12756 | // start catch_reporter_bases.cpp |
nothing calls this directly
no outgoing calls
no test coverage detected