MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / newlineIfNecessary

Method newlineIfNecessary

tests/catch.hpp:12748–12753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected