MCPcopy Create free account
hub / github.com/JayXon/Leanify / PrintSpace

Method PrintSpace

lib/tinyxml2/tinyxml2.cpp:2042–2047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2040
2041
2042void XMLPrinter::PrintSpace( int depth )
2043{
2044 for( int i=0; i<depth; ++i ) {
2045 Print( " " );
2046 }
2047}
2048
2049
2050void XMLPrinter::PrintString( const char* p, bool restricted )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected