| 11228 | } |
| 11229 | |
| 11230 | void XmlWriter::newlineIfNecessary() { |
| 11231 | if( m_needsNewline ) { |
| 11232 | m_os << std::endl; |
| 11233 | m_needsNewline = false; |
| 11234 | } |
| 11235 | } |
| 11236 | } |
| 11237 | // end catch_xmlwriter.cpp |
| 11238 | // start catch_reporter_bases.cpp |
nothing calls this directly
no outgoing calls
no test coverage detected