MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / PrintSpace

Method PrintSpace

sourcecommon/tinyxml2.cpp:1939–1944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1937
1938
1939void XMLPrinter::PrintSpace( int depth )
1940{
1941 for( int i=0; i<depth; ++i ) {
1942 Print( " " );
1943 }
1944}
1945
1946
1947void XMLPrinter::PrintString( const char* p, bool restricted )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected