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

Method getBlockIndent

astyle/src/ASBeautifier.cpp:709–712  ·  view source on GitHub ↗

* get the state of the block indentation option. * * @return state of blockIndent option. */

Source from the content-addressed store, hash-verified

707 * @return state of blockIndent option.
708 */
709bool ASBeautifier::getBlockIndent(void) const
710{
711 return blockIndent;
712}
713
714/**
715 * get the state of the bracket indentation option.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected