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

Method setModifierIndent

astyle/src/ASBeautifier.cpp:571–574  ·  view source on GitHub ↗

* set the state of the modifier indentation option. If true, C++ class * access modifiers will be indented one-half an indent. * * @param state state of option. */

Source from the content-addressed store, hash-verified

569 * @param state state of option.
570 */
571void ASBeautifier::setModifierIndent(bool state)
572{
573 modifierIndent = state;
574}
575
576/**
577 * set the state of the switch indentation option. If true, blocks of 'switch'

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected