MCPcopy Create free account
hub / github.com/cuberite/cuberite / indent

Method indent

lib/jsoncpp/src/lib_json/json_writer.cpp:468–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467
468void
469StyledWriter::indent()
470{
471 indentString_ += std::string( indentSize_, ' ' );
472}
473
474
475void

Callers

nothing calls this directly

Calls 1

stringClass · 0.85

Tested by

no test coverage detected