MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / getIndentString

Method getIndentString

astyle/src/ASBeautifier.cpp:681–684  ·  view source on GitHub ↗

* get the char used for indentation, space or tab * * @return the char used for indentation. */

Source from the content-addressed store, hash-verified

679 * @return the char used for indentation.
680 */
681string ASBeautifier::getIndentString(void) const
682{
683 return indentString;
684}
685
686/**
687 * get mode manually set flag

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected