MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / PrintSpace

Method PrintSpace

src/xml/tinyxml2.cpp:1886–1890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1884
1885
1886void XMLPrinter::PrintSpace( int depth ) {
1887 for( int i=0; i<depth; ++i ) {
1888 Print( " " );
1889 }
1890}
1891
1892
1893void XMLPrinter::PrintString( const char* p, bool restricted ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected