MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / newlineIfNecessary

Method newlineIfNecessary

unittests/catch.hpp:11230–11235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected